mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 07:25:15 +02:00
Add missing propertyHelper.js include to WrappedFunction tests (#3399)
This commit is contained in:
parent
d5d9f66a8f
commit
b3774e9593
@ -33,6 +33,7 @@ info: |
|
|||||||
...
|
...
|
||||||
2. Return ! DefinePropertyOrThrow(F, "length", PropertyDescriptor { [[Value]]: 𝔽(length), [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }).
|
2. Return ! DefinePropertyOrThrow(F, "length", PropertyDescriptor { [[Value]]: 𝔽(length), [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }).
|
||||||
|
|
||||||
|
includes: [propertyHelper.js]
|
||||||
features: [ShadowRealm]
|
features: [ShadowRealm]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ info: |
|
|||||||
...
|
...
|
||||||
6. Return ! DefinePropertyOrThrow(F, "name", PropertyDescriptor { [[Value]]: name, [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }).
|
6. Return ! DefinePropertyOrThrow(F, "name", PropertyDescriptor { [[Value]]: name, [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }).
|
||||||
|
|
||||||
|
includes: [propertyHelper.js]
|
||||||
features: [ShadowRealm]
|
features: [ShadowRealm]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user