保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26fa49f4b0aa658d65a21fffe828f39e78302573
PAMapp/node_modules/es-abstract/2020/CreateRegExpStringIterator.js
@@ -48,11 +48,11 @@
   }
   if (
      !(O instanceof RegExpStringIterator)
        || !SLOT.has(O, '[[IteratingRegExp]]')
        || !SLOT.has(O, '[[IteratedString]]')
        || !SLOT.has(O, '[[Global]]')
        || !SLOT.has(O, '[[Unicode]]')
        || !SLOT.has(O, '[[Done]]')
      || !SLOT.has(O, '[[IteratingRegExp]]')
      || !SLOT.has(O, '[[IteratedString]]')
      || !SLOT.has(O, '[[Global]]')
      || !SLOT.has(O, '[[Unicode]]')
      || !SLOT.has(O, '[[Done]]')
   ) {
      throw new $TypeError('"this" value must be a RegExpStringIterator instance');
   }