mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
Fix intrinsic source for AsyncIteratorPrototype and RegExpStringIteratorPrototype
This commit is contained in:
parent
416b061eba
commit
5b249ecbbd
@ -42,7 +42,7 @@ const WellKnownIntrinsicObjects = [
|
||||
},
|
||||
{
|
||||
name: '%AsyncIteratorPrototype%',
|
||||
source: '((async function * () {})())[Symbol.asyncIterator]()',
|
||||
source: 'Object.getPrototypeOf(Object.getPrototypeOf(async function* () {}).prototype)',
|
||||
},
|
||||
{
|
||||
name: '%Atomics%',
|
||||
@ -215,7 +215,7 @@ const WellKnownIntrinsicObjects = [
|
||||
},
|
||||
{
|
||||
name: '%RegExpStringIteratorPrototype%',
|
||||
source: 'RegExp.prototype[Symbol.matchAll]("")',
|
||||
source: 'Object.getPrototypeOf(RegExp.prototype[Symbol.matchAll](""))',
|
||||
},
|
||||
{
|
||||
name: '%Set%',
|
||||
|
Loading…
x
Reference in New Issue
Block a user