-
- Downloads
Merge pull request #282 from bocoup/Proxy
Add tests for Proxy
Showing
- test/built-ins/Proxy/getOwnPropertyDescriptor/trap-is-not-callable.js 30 additions, 0 deletions...ns/Proxy/getOwnPropertyDescriptor/trap-is-not-callable.js
- test/built-ins/Proxy/getOwnPropertyDescriptor/trap-is-undefined.js 25 additions, 0 deletions...t-ins/Proxy/getOwnPropertyDescriptor/trap-is-undefined.js
- test/built-ins/Proxy/getPrototypeOf/call-parameters.js 31 additions, 0 deletionstest/built-ins/Proxy/getPrototypeOf/call-parameters.js
- test/built-ins/Proxy/getPrototypeOf/extensible-target-return-handlerproto.js 32 additions, 0 deletions...y/getPrototypeOf/extensible-target-return-handlerproto.js
- test/built-ins/Proxy/getPrototypeOf/not-extensible-not-same-proto-throws.js 40 additions, 0 deletions...xy/getPrototypeOf/not-extensible-not-same-proto-throws.js
- test/built-ins/Proxy/getPrototypeOf/not-extensible-same-proto.js 37 additions, 0 deletions...ilt-ins/Proxy/getPrototypeOf/not-extensible-same-proto.js
- test/built-ins/Proxy/getPrototypeOf/null-handler.js 15 additions, 0 deletionstest/built-ins/Proxy/getPrototypeOf/null-handler.js
- test/built-ins/Proxy/getPrototypeOf/return-is-abrupt.js 21 additions, 0 deletionstest/built-ins/Proxy/getPrototypeOf/return-is-abrupt.js
- test/built-ins/Proxy/getPrototypeOf/trap-is-not-callable.js 15 additions, 0 deletionstest/built-ins/Proxy/getPrototypeOf/trap-is-not-callable.js
- test/built-ins/Proxy/getPrototypeOf/trap-is-undefined.js 12 additions, 0 deletionstest/built-ins/Proxy/getPrototypeOf/trap-is-undefined.js
- test/built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-boolean.js 17 additions, 0 deletions...eOf/trap-result-neither-object-nor-null-throws-boolean.js
- test/built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-number.js 17 additions, 0 deletions...peOf/trap-result-neither-object-nor-null-throws-number.js
- test/built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-string.js 17 additions, 0 deletions...peOf/trap-result-neither-object-nor-null-throws-string.js
- test/built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-symbol.js 18 additions, 0 deletions...peOf/trap-result-neither-object-nor-null-throws-symbol.js
- test/built-ins/Proxy/getPrototypeOf/trap-result-neither-object-nor-null-throws-undefined.js 17 additions, 0 deletions...f/trap-result-neither-object-nor-null-throws-undefined.js
- test/built-ins/Proxy/has/call-in.js 32 additions, 0 deletionstest/built-ins/Proxy/has/call-in.js
- test/built-ins/Proxy/has/call-object-create.js 37 additions, 0 deletionstest/built-ins/Proxy/has/call-object-create.js
- test/built-ins/Proxy/has/call-with.js 35 additions, 0 deletionstest/built-ins/Proxy/has/call-with.js
- test/built-ins/Proxy/has/null-handler-using-with.js 18 additions, 0 deletionstest/built-ins/Proxy/has/null-handler-using-with.js
- test/built-ins/Proxy/has/null-handler.js 15 additions, 0 deletionstest/built-ins/Proxy/has/null-handler.js
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
test/built-ins/Proxy/has/call-in.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
test/built-ins/Proxy/has/call-with.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
test/built-ins/Proxy/has/null-handler.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment