-
- Downloads
Proxy ownKeys should throw a TypeError if returned keys are not String or...
Proxy ownKeys should throw a TypeError if returned keys are not String or Symbol. Fixes gh-1169 (#1173)
Showing
- test/built-ins/Proxy/ownKeys/return-type-throws-array.js 34 additions, 0 deletionstest/built-ins/Proxy/ownKeys/return-type-throws-array.js
- test/built-ins/Proxy/ownKeys/return-type-throws-boolean.js 34 additions, 0 deletionstest/built-ins/Proxy/ownKeys/return-type-throws-boolean.js
- test/built-ins/Proxy/ownKeys/return-type-throws-null.js 34 additions, 0 deletionstest/built-ins/Proxy/ownKeys/return-type-throws-null.js
- test/built-ins/Proxy/ownKeys/return-type-throws-number.js 34 additions, 0 deletionstest/built-ins/Proxy/ownKeys/return-type-throws-number.js
- test/built-ins/Proxy/ownKeys/return-type-throws-object.js 34 additions, 0 deletionstest/built-ins/Proxy/ownKeys/return-type-throws-object.js
- test/built-ins/Proxy/ownKeys/return-type-throws-undefined.js 34 additions, 0 deletionstest/built-ins/Proxy/ownKeys/return-type-throws-undefined.js
Loading
Please register or sign in to comment