Add missing propertyHelper.js include to WrappedFunction tests (#3399)

This commit is contained in:
Linus Groh 2022-02-04 23:07:55 +00:00 committed by GitHub
parent d5d9f66a8f
commit b3774e9593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ info: |
...
2. Return ! DefinePropertyOrThrow(F, "length", PropertyDescriptor { [[Value]]: 𝔽(length), [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }).
includes: [propertyHelper.js]
features: [ShadowRealm]
---*/

View File

@ -23,6 +23,7 @@ info: |
...
6. Return ! DefinePropertyOrThrow(F, "name", PropertyDescriptor { [[Value]]: name, [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }).
includes: [propertyHelper.js]
features: [ShadowRealm]
---*/