-
- Downloads
Make Proxy/ownKeys tests ES5-parsable. (#1644)
All other Proxy tests use the syntax `attr: function() {...}` for defining traps, ownKeys was unique in using the shorthand syntax. Change to longhand syntax for back-compat for partial implementations.
Showing
- test/built-ins/Proxy/ownKeys/return-duplicate-entries-throws.js 1 addition, 1 deletion...uilt-ins/Proxy/ownKeys/return-duplicate-entries-throws.js
- test/built-ins/Proxy/ownKeys/return-duplicate-symbol-entries-throws.js 1 addition, 1 deletion...s/Proxy/ownKeys/return-duplicate-symbol-entries-throws.js
- test/built-ins/Proxy/ownKeys/return-type-throws-array.js 1 addition, 1 deletiontest/built-ins/Proxy/ownKeys/return-type-throws-array.js
- test/built-ins/Proxy/ownKeys/return-type-throws-boolean.js 1 addition, 1 deletiontest/built-ins/Proxy/ownKeys/return-type-throws-boolean.js
- test/built-ins/Proxy/ownKeys/return-type-throws-null.js 1 addition, 1 deletiontest/built-ins/Proxy/ownKeys/return-type-throws-null.js
- test/built-ins/Proxy/ownKeys/return-type-throws-number.js 1 addition, 1 deletiontest/built-ins/Proxy/ownKeys/return-type-throws-number.js
- test/built-ins/Proxy/ownKeys/return-type-throws-object.js 1 addition, 1 deletiontest/built-ins/Proxy/ownKeys/return-type-throws-object.js
- test/built-ins/Proxy/ownKeys/return-type-throws-undefined.js 1 addition, 1 deletiontest/built-ins/Proxy/ownKeys/return-type-throws-undefined.js
Please register or sign in to comment