test262/test/built-ins/Proxy
Alexey Shvayka da9612db98 Add some more Proxy/ownKeys invariants tests (#2413)
* Defer making [[ProxyTarget]] non-extensible

* Fix typo in method name

* Add last Object.keys with Proxy invariant test

* Add Object.getOwnPropertySymbols with Proxy invariants tests

* Add Object.getOwnPropertyNames with Proxy invariants tests

* Replace "es6id" with "esid" in Object.getOwnPropertySymbols tests
2019-11-11 15:02:07 -05:00
..
apply Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
construct Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
defineProperty Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
deleteProperty Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
enumerate Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
get Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
getOwnPropertyDescriptor Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
getPrototypeOf Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
has Add integer index tests for Proxy "set" and "has" traps (#2412) 2019-11-11 15:01:39 -05:00
isExtensible Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
ownKeys Add some more Proxy/ownKeys invariants tests (#2413) 2019-11-11 15:02:07 -05:00
preventExtensions Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
revocable Assign "name" property to all anonymous functions (#2299) 2019-08-15 10:58:40 -04:00
set Add integer index tests for Proxy "set" and "has" traps (#2412) 2019-11-11 15:01:39 -05:00
setPrototypeOf Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
constructor.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-handler-is-revoked-proxy.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-handler-not-object-throw-boolean.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-handler-not-object-throw-null.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-handler-not-object-throw-number.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-handler-not-object-throw-string.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-handler-not-object-throw-symbol.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-handler-not-object-throw-undefined.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-target-is-not-callable.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-target-is-not-constructor.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-target-is-revoked-proxy.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-target-not-object-throw-boolean.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-target-not-object-throw-null.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-target-not-object-throw-number.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-target-not-object-throw-string.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-target-not-object-throw-symbol.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
create-target-not-object-throw-undefined.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
function-prototype.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
get-fn-realm-recursive.js Improve GetFunctionRealm coverage (#2155) 2019-05-22 18:11:49 -04:00
get-fn-realm.js Remove duplicated es[56]id if esid is present 2019-08-05 10:54:37 -04:00
length.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
name.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
proxy-newtarget.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
proxy-no-prototype.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
proxy-undefined-newtarget.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
proxy.js Proxy: Core 2015-06-15 22:37:55 -04:00