v8/test/mjsunit/harmony
neis 62127d00ae [proxies] Implement Proxy.revocable.
For now, we revoke a proxy by setting its handler to null (as in the spec).

Change the "target" field from Object to JSReceiver as there's no point in
allowing more.

R=jkummerow@chromium.org, rossberg
BUG=v8:1543
LOG=n

Review URL: https://codereview.chromium.org/1496243003

Cr-Commit-Position: refs/heads/master@{#32608}
2015-12-04 10:56:01 +00:00
..
regress [parser] treat MethodDefinitions in ObjectPatterns as SyntaxErrors 2015-12-01 20:33:11 +00:00
array-concat.js
array-includes-to-object-sloppy.js
array-includes-to-object-strict.js
array-includes.js
arrow-rest-params-lazy-parsing.js
arrow-rest-params.js
atomics.js Support SAB atomics for offset-TypedArray 2015-11-18 00:19:54 +00:00
block-conflicts-sloppy.js
block-const-assign-sloppy.js
block-eval-var-over-legacy-const.js Fix harmony sloppy block scoping dynamic redeclaration check 2015-11-13 21:04:15 +00:00
block-eval-var-over-let.js Fix harmony sloppy block scoping dynamic redeclaration check 2015-11-13 21:04:15 +00:00
block-for-sloppy.js
block-lazy-compile.js
block-leave-sloppy.js
block-let-contextual-sloppy.js Rename destructuring flag to "--harmony-destructuring-bind" 2015-11-18 23:30:09 +00:00
block-let-crankshaft-sloppy.js
block-let-declaration-sloppy.js
block-let-semantics-sloppy.js
block-scope-class.js
block-scoping-sloppy.js [turbofan] Initial support for monomorphic/polymorphic property loads. 2015-10-19 05:24:51 +00:00
block-scoping-top-level-sloppy.js
block-sloppy-function.js Rename destructuring flag to "--harmony-destructuring-bind" 2015-11-18 23:30:09 +00:00
classes-derived-return-type.js
completion.js
dataview-accessors.js
default-parameters-debug.js
default-parameters-destructuring.js Rename destructuring flag to "--harmony-destructuring-bind" 2015-11-18 23:30:09 +00:00
default-parameters.js Split default parameters that require destructuring into their own file 2015-11-06 15:49:01 +00:00
destructuring-parameters-literalcount-nolazy.js Rename destructuring flag to "--harmony-destructuring-bind" 2015-11-18 23:30:09 +00:00
destructuring-parameters-literalcount.js Rename destructuring flag to "--harmony-destructuring-bind" 2015-11-18 23:30:09 +00:00
destructuring.js Rename destructuring flag to "--harmony-destructuring-bind" 2015-11-18 23:30:09 +00:00
do-expressions.js Rename destructuring flag to "--harmony-destructuring-bind" 2015-11-18 23:30:09 +00:00
futex.js Support offset-TypedArray in futex API 2015-11-20 11:40:00 +00:00
module-linking.js
module-parsing-eval.js
module-recompile.js
module-resolution.js
modules.js
private.js Update to ES2015 == semantics for Symbol/SIMD wrappers 2015-10-27 20:20:24 +00:00
proxies-define-property.js [proxies] Update Object.defineProperty/ies for JSProxies 2015-11-19 09:21:46 +00:00
proxies-delete-property.js [proxies] Implement [[Delete]]. 2015-11-26 09:34:28 +00:00
proxies-enumerate.js [proxies] [[HasProperty]]: fix trap call. 2015-11-30 09:21:10 +00:00
proxies-example-membrane.js [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap 2015-11-13 14:14:07 +00:00
proxies-for.js [proxies] Adapt and reenable harmony/proxies-for.js test. 2015-12-03 17:41:40 +00:00
proxies-function.js [proxies] Remove "fix" functionality, add (still unused) target property. 2015-11-12 22:12:06 +00:00
proxies-get-own-property-descriptor.js [proxies] Wire up Object.getOwnPropertyDescriptor 2015-11-17 13:08:51 +00:00
proxies-get-prototype-of.js Reland of [proxies] Make Object.prototype.isPrototypeOf work with proxies. (patchset #1 id:1 of https://codereview.chromium.org/1494283002/ ) 2015-12-04 06:39:16 +00:00
proxies-get.js [proxies] do not leak private symbols to proxy traps 2015-12-03 15:05:00 +00:00
proxies-has-own-property.js [runtime] [proxy] Runtime_HasOwnProperty and thus 2015-12-01 17:33:04 +00:00
proxies-has.js [proxies] [[HasProperty]]: fix trap call. 2015-11-30 09:21:10 +00:00
proxies-hash.js [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap 2015-11-13 14:14:07 +00:00
proxies-is-extensible.js [proxies] Implement [[PreventExtensions]] and [[IsExtensible]]. 2015-11-24 14:16:24 +00:00
proxies-json.js [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap 2015-11-13 14:14:07 +00:00
proxies-keys.js [proxies] Implement Symbol/DONT_ENUM filtering for GetKeys() 2015-12-02 10:19:59 +00:00
proxies-ownkeys.js [proxies] Implement [[Enumerate]] and [[OwnPropertyKeys]] 2015-11-28 15:03:13 +00:00
proxies-prevent-extensions.js [proxies] Implement [[PreventExtensions]] and [[IsExtensible]]. 2015-11-24 14:16:24 +00:00
proxies-property-is-enumerable.js [runtime] [proxy] Fix Object.prototype.PropertyIsEnumerable to support 2015-12-01 17:12:08 +00:00
proxies-revocable.js [proxies] Implement Proxy.revocable. 2015-12-04 10:56:01 +00:00
proxies-set-prototype-of.js [runtime] [proxy] Adding [[SetPrototypeOf]] trap. 2015-12-01 15:59:44 +00:00
proxies-set.js [proxies] Implement [[Set]]. 2015-12-01 12:27:09 +00:00
proxies-symbols.js [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap 2015-11-13 14:14:07 +00:00
proxies-with-unscopables.js [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap 2015-11-13 14:14:07 +00:00
proxies-with.js [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap 2015-11-13 14:14:07 +00:00
proxies.js [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap 2015-11-13 14:14:07 +00:00
reflect-apply.js
reflect-construct.js Fix Reflect.construct wrt proxy, generator, and non-subclass new.target 2015-11-27 21:44:48 +00:00
reflect-define-property.js [es6] Partially implement Reflect.defineProperty. 2015-10-29 15:39:49 +00:00
reflect-enumerate-delete.js
reflect-enumerate-opt.js [runtime] support new Proxy() instead of Proxy.create and install getPrototypeOf trap 2015-11-13 14:14:07 +00:00
reflect-enumerate-special-cases.js
reflect-enumerate.js
reflect-get-own-property-descriptor.js [es6] Partially implement Reflect.getOwnPropertyDescriptor. 2015-10-30 10:05:03 +00:00
reflect-get-prototype-of.js Revert of [es6] Correctify and unify ArrayBuffer and SharedArrayBuffer constructors. (patchset #2 id:20001 of https://codereview.chromium.org/1500543002/ ) 2015-12-04 10:38:48 +00:00
reflect-own-keys.js [es6] Partially implement Reflect.ownKeys. 2015-11-18 00:52:50 +00:00
reflect-prevent-extensions.js [es6] Partially implement Reflect.preventExtensions. 2015-10-21 09:23:47 +00:00
reflect-set-prototype-of.js Fix corner-case behavior of JSObject::SetPrototype. 2015-10-23 14:52:26 +00:00
reflect.js [es6] Partially implement Reflect.ownKeys. 2015-11-18 00:52:50 +00:00
regexp-flags.js
regexp-lookbehind.js Experimental support for RegExp lookbehind. 2015-11-17 13:33:34 +00:00
regexp-sticky.js
rest-params-lazy-parsing.js
rest-params.js
set-prototype-of.js Fix corner-case behavior of JSObject::SetPrototype. 2015-10-23 14:52:26 +00:00
sharedarraybuffer.js Revert of [es6] Correctify and unify ArrayBuffer and SharedArrayBuffer constructors. (patchset #2 id:20001 of https://codereview.chromium.org/1500543002/ ) 2015-12-04 10:38:48 +00:00
simd.js [es6] correctly handle object wrappers in JSON.stringify. 2015-12-02 08:44:03 +00:00
string-match.js [es6] Implement @@match subclassing. 2015-11-24 13:57:31 +00:00
string-split.js [es6] Implement @@split subclassing. 2015-11-10 07:00:44 +00:00
to-length.js [runtime] Implement %_ToLength via ToLengthStub. 2015-10-19 08:35:18 +00:00
to-name.js
to-number.js
to-primitive.js
to-string.js
typed-array-includes.js
unicode-escapes-in-regexps.js