..
regress
Remove --harmony-modules flag and let embedder decide when modules are used
2016-03-15 00:45:00 +00:00
array-species-constructor-accessor.js
Ensure the @@species protector is updated for accessors
2016-03-08 19:55:28 +00:00
array-species-constructor-delete.js
Optimize @@species based on a global 'protector' cell
2016-02-22 21:02:48 +00:00
array-species-constructor.js
Optimize @@species based on a global 'protector' cell
2016-02-22 21:02:48 +00:00
array-species-delete.js
Optimize @@species based on a global 'protector' cell
2016-02-22 21:02:48 +00:00
array-species-modified.js
Optimize @@species based on a global 'protector' cell
2016-02-22 21:02:48 +00:00
array-species-parent-constructor.js
Optimize @@species based on a global 'protector' cell
2016-02-22 21:02:48 +00:00
array-species-proto.js
Optimize @@species based on a global 'protector' cell
2016-02-22 21:02:48 +00:00
array-species.js
Optimize @@species based on a global 'protector' cell
2016-02-22 21:02:48 +00:00
arraybuffer-species.js
TypedArray and ArrayBuffer support for @@species
2016-01-12 06:07:59 +00:00
atomics.js
block-conflicts-sloppy.js
block-const-assign-sloppy.js
block-eval-var-over-let.js
block-for-sloppy.js
Remove flags for ES2015 features shipped in M48
2016-02-03 20:51:46 +00:00
block-lazy-compile.js
block-leave-sloppy.js
block-let-crankshaft-sloppy.js
block-let-declaration-sloppy.js
block-let-semantics-sloppy.js
block-scoping-sloppy.js
block-scoping-top-level-sloppy.js
block-sloppy-function.js
Remove destructuring and default arguments runtime flags
2016-03-10 23:22:30 +00:00
dataview-accessors.js
debug-stepin-default-parameters.js
[debugger] break at each initialization in a multiple var declaration.
2016-03-07 13:41:18 +00:00
debug-stepin-proxies.js
[debugger] break at each initialization in a multiple var declaration.
2016-03-07 13:41:18 +00:00
default-parameters-debug.js
default-parameters.js
do-expressions-control.js
[fullcodegen] Implement control flow across do-expressions.
2016-02-24 11:06:08 +00:00
do-expressions.js
Remove destructuring and default arguments runtime flags
2016-03-10 23:22:30 +00:00
function-name.js
Remove destructuring and default arguments runtime flags
2016-03-10 23:22:30 +00:00
function-sent.js
[generators] Implement Generator.prototype.return.
2016-02-04 17:14:15 +00:00
futex.js
generators.js
Fix accidental bug in yield* desugaring.
2016-03-01 09:39:18 +00:00
instanceof-es6.js
ES6: Desugaring of instanceof to support @@hasInstance
2016-02-19 19:20:38 +00:00
iterator-close.js
Fix corner case in iterator finalization for array destructuring.
2016-03-10 19:13:48 +00:00
module-parsing-eval.js
Remove --harmony-modules flag and let embedder decide when modules are used
2016-03-15 00:45:00 +00:00
modules.js
object-entries.js
reland [es7] refactor and fix Object.values() / Object.entries()
2016-02-08 14:11:05 +00:00
object-get-own-property-descriptors.js
[esnext] implement Object.getOwnPropertyDescriptors() proposal
2016-02-04 21:56:24 +00:00
object-values.js
reland [es7] refactor and fix Object.values() / Object.entries()
2016-02-08 14:11:05 +00:00
private-symbols.js
Remove Reflect.enumerate
2016-02-22 19:10:43 +00:00
private.js
promise-species.js
Add @@species/better subclassing support to Promises
2016-01-12 06:33:15 +00:00
proxies-accesschecks.js
proxies-apply.js
[proxies] throw TypeError if is_callable Map bit is unset
2016-03-03 15:23:05 +00:00
proxies-bind.js
proxies-construct.js
proxies-cross-realm-exception.js
proxies-define-property.js
proxies-delete-property.js
proxies-example-membrane.js
Adapt membrane example to ES6 proxies.
2016-03-11 13:10:17 +00:00
proxies-for.js
Remove the Proxy enumerate trap
2016-02-22 21:11:36 +00:00
proxies-function.js
proxies-get-own-property-descriptor.js
proxies-get-prototype-of.js
proxies-get.js
proxies-global-reference.js
Throw TypeError when reading global references through a JSProxy
2015-12-17 14:37:41 +00:00
proxies-has-own-property.js
proxies-has.js
proxies-hash.js
proxies-integrity.js
proxies-is-extensible.js
proxies-json.js
Remove [[Enumerate]] leftovers.
2016-02-29 17:02:50 +00:00
proxies-keys.js
proxies-object-assign.js
proxies-ownkeys.js
[proxies] allow duplicate keys for [[OwnPropertyKeys]] trap.
2016-02-04 17:55:35 +00:00
proxies-prevent-extensions.js
proxies-property-is-enumerable.js
proxies-prototype-handler-stackoverflow.js
proxies-prototype-target-stackoverflow.js
proxies-revocable.js
Remove [[Enumerate]] leftovers.
2016-02-29 17:02:50 +00:00
proxies-set-prototype-of.js
[proxies] Implement spec change to consistency check in [[SetPrototypeOf]].
2016-02-10 08:07:40 +00:00
proxies-set.js
proxies-with-unscopables.js
proxies-with.js
[tests] Fix bogus uses of assertThrows.
2016-01-07 14:49:21 +00:00
proxies.js
[proxies] Adapt and reenable remaining tests in proxies.js
2016-01-08 14:57:02 +00:00
reflect-apply.js
reflect-construct.js
Make generators non-constructable.
2016-01-18 13:11:06 +00:00
reflect-define-property.js
reflect-get-own-property-descriptor.js
reflect-get-prototype-of.js
Reland of Use ES2015-style TypedArray prototype chain (patchset #1 id:1 of https://codereview.chromium.org/1554523002/ )
2015-12-30 22:14:16 +00:00
reflect-own-keys.js
reflect-prevent-extensions.js
reflect-set-prototype-of.js
reflect.js
Remove Reflect.enumerate
2016-02-22 19:10:43 +00:00
regexp-flags.js
regexp-lookbehind.js
regexp-property-blocks.js
[regexp] extend property classes by unicode blocks.
2016-03-11 07:20:09 +00:00
regexp-property-char-class.js
[regexp] support \p in character classes.
2016-03-10 23:24:23 +00:00
regexp-property-disabled.js
[regexp] support \p in character classes.
2016-03-10 23:24:23 +00:00
regexp-property-general-category.js
[regexp] allow loose matching for property names.
2016-03-09 19:07:46 +00:00
regexp-property-scripts.js
[regexp] extend property classes by unicode blocks.
2016-03-11 07:20:09 +00:00
regexp-sticky.js
set-prototype-of.js
sharedarraybuffer.js
Remove --harmony-tostring runtime flag
2016-03-11 18:20:48 +00:00
simd.js
Remove --harmony-tostring runtime flag
2016-03-11 18:20:48 +00:00
sloppy-implicit-block-function.js
Restrict FunctionDeclarations in Statement position
2016-03-03 21:34:26 +00:00
sloppy-restrictive-block-function.js
Restrict FunctionDeclarations in Statement position
2016-03-03 21:34:26 +00:00
species.js
Add a --harmony-species flag, defining @@species on constructors
2016-01-04 19:39:59 +00:00
string-match.js
string-replace.js
Separate String.prototype.replace into RegExp.prototype[Symbol.replace]
2016-01-19 17:33:44 +00:00
string-split.js
to-length.js
to-name.js
to-number.js
to-primitive.js
to-string.js
typedarray-species.js
TypedArray and ArrayBuffer support for @@species
2016-01-12 06:07:59 +00:00
unicode-character-ranges.js
[regexp] fix off-by-one in UnicodeRangeSplitter.
2016-02-09 09:10:31 +00:00
unicode-escapes-in-regexps.js
[regexp] parse RegExpUnicodeEscapeSequence according to spec.
2016-02-11 12:29:29 +00:00
unicode-regexp-backrefs.js
[regexp] back refs must not start/end in the middle of a surrogate pair
2016-01-27 10:51:30 +00:00
unicode-regexp-ignore-case-noi18n.js
Revert of [regexp] implement /ui to mirror the implementation for /i. (patchset #2 id:20001 of https://codereview.chromium.org/1641613002/ )
2016-02-02 11:44:45 +00:00
unicode-regexp-ignore-case.js
Revert of [regexp] implement /ui to mirror the implementation for /i. (patchset #2 id:20001 of https://codereview.chromium.org/1641613002/ )
2016-02-02 11:44:45 +00:00
unicode-regexp-last-index.js
[regexp] step back if starting unicode regexp within surrogate pair.
2016-01-25 10:46:11 +00:00
unicode-regexp-restricted-syntax.js
[regexp] parse RegExpUnicodeEscapeSequence according to spec.
2016-02-11 12:29:29 +00:00
unicode-regexp-unanchored-advance.js
[regexp] simplify unanchored advance for unicode regexps.
2016-02-09 09:11:24 +00:00
unicode-regexp-zero-length.js
[regexp] fix zero-length matches for RegExp.prototype.@@split.
2016-02-03 14:49:07 +00:00