..
regress
[parser] Fix template escapes in preparser
2017-03-15 12:44:41 +00:00
array-concat-array-proto-getter.js
[runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat
2016-05-12 08:52:36 +00:00
array-concat-array-proto.js
[runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat
2016-05-12 08:52:36 +00:00
array-concat-object-proto-dict-getter.js
[runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat
2016-05-12 08:52:36 +00:00
array-concat-object-proto-dict.js
[runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat
2016-05-12 08:52:36 +00:00
array-concat-object-proto-generic-dict.js
[runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat
2016-05-12 08:52:36 +00:00
array-concat-object-proto.js
[runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat
2016-05-12 08:52:36 +00:00
async-from-sync-iterator.js
[async-iteration] implement Async-from-Sync Iterator
2017-02-24 17:48:49 +00:00
atomics.js
[SAB] Handle non-numerics in Atomics.isLockFree
2017-01-31 19:33:46 +00:00
block-lazy-compile.js
Preliminary code for block scopes and block contexts.
2011-08-11 16:29:28 +00:00
dataview-accessors.js
Reland of Amend DataView, ArrayBuffer, and TypedArray methods to use ToIndex. (patchset #2 id:170001 of https://codereview.chromium.org/2113593002/ )
2016-08-17 17:38:56 +00:00
default-parameter-do-expression.js
Merge DeclarationScope::temps_ and Scope::ordered_variables_ into Scope::locals_
2016-08-25 19:12:00 +00:00
do-expressions-control.js
[fullcodegen] Implement control flow across do-expressions.
2016-02-24 11:06:08 +00:00
do-expressions.js
[tests] Cleanup tests that use assertOptimized()/assertUnoptimized().
2017-01-26 17:39:09 +00:00
for-await-of.js
[async-iteration] add support for for-await-of loops in Async Functions
2017-02-15 19:39:06 +00:00
function-sent.js
Fix behavior of return on yield*.
2016-06-28 07:10:54 +00:00
function-tostring.js
Implement new Function.prototype.toString --harmony-function-tostring
2017-02-16 20:19:24 +00:00
futex.js
Reland moving Atomics builtins to C++
2017-03-13 20:59:15 +00:00
generators.js
Remove the --ignition-generators flag.
2016-07-25 12:56:27 +00:00
harmony-string-pad-end.js
Include harmony-string-padding.js in the context snapshot
2017-01-06 18:56:00 +00:00
harmony-string-pad-start.js
Include harmony-string-padding.js in the context snapshot
2017-01-06 18:56:00 +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
object-rest-basic.js
[pattern rewriter] Only desugar to call %ToName on computed properties
2017-01-21 01:09:47 +00:00
object-spread-basic.js
[ESnext] Implement Object Rest
2017-01-18 01:05:17 +00:00
private-symbols.js
Remove runtime flags for Proxy and Reflect
2016-03-21 19:40:02 +00:00
private.js
Make private symbols non-enumerable
2016-11-11 15:05:29 +00:00
promise-prototype-finally.js
[ESnext] Implement Promise.prototype.finally
2017-02-17 22:10:28 +00:00
regexp-change-exec.js
Remove all harmony runtime flags which shipped in M51
2016-06-24 01:13:10 +00:00
regexp-lookbehind.js
[regexp] fix regexp lookbehind with back reference on ARM.
2017-02-27 06:29:47 +00:00
regexp-named-captures.js
Revert of [regexp] Named capture support for string replacements (patchset #5 id:80001 of https://codereview.chromium.org/2775303002/ )
2017-03-28 09:02:14 +00:00
regexp-property-binary.js
Remove all harmony runtime flags which shipped in M51
2016-06-24 01:13:10 +00:00
regexp-property-char-class.js
Remove all harmony runtime flags which shipped in M51
2016-06-24 01:13:10 +00:00
regexp-property-disabled.js
Remove all harmony runtime flags which shipped in M51
2016-06-24 01:13:10 +00:00
regexp-property-enumerated.js
[regexp] implement latest spec draft for property class.
2016-11-18 06:10:14 +00:00
regexp-property-exact-match.js
[regexp] implement latest spec draft for property class.
2016-11-18 06:10:14 +00:00
regexp-property-general-category.js
[regexp] implement latest spec draft for property class.
2016-11-18 06:10:14 +00:00
regexp-property-invalid.js
[regexp] implement latest spec draft for property class.
2016-11-18 06:10:14 +00:00
regexp-property-lu-ui.js
Remove all harmony runtime flags which shipped in M51
2016-06-24 01:13:10 +00:00
regexp-property-script-extensions.js
[regexp] implement latest spec draft for property class.
2016-11-18 06:10:14 +00:00
regexp-property-scripts.js
Remove all harmony runtime flags which shipped in M51
2016-06-24 01:13:10 +00:00
regexp-property-special.js
Remove all harmony runtime flags which shipped in M51
2016-06-24 01:13:10 +00:00
set-prototype-of.js
Fix corner-case behavior of JSObject::SetPrototype.
2015-10-23 14:52:26 +00:00
sharedarraybuffer.js
[SAB] Implement SharedArrayBuffer.prototype.slice
2017-03-23 18:13:24 +00:00
sloppy-legacy-duplicate-generators.js
Improve strictness of Annex B 3.3 for generators and async functions
2016-05-27 18:23:20 +00:00
sloppy-no-duplicate-generators.js
Improve strictness of Annex B 3.3 for generators and async functions
2016-05-27 18:23:20 +00:00
symbol-async-iterator.js
[async-iteration] expose Symbol.asyncIterator behind flag --harmony-async-iteration
2017-01-20 00:42:09 +00:00
template-escapes.js
[parser] Correctly handle invalid escapes in adjacent template tokens.
2017-03-03 22:08:57 +00:00
to-length.js
[runtime] Implement %_ToLength via ToLengthStub.
2015-10-19 08:35:18 +00:00
to-name.js
[intrinsics] Remove obsolete intrinsics.
2016-07-12 06:41:23 +00:00
to-number.js
[es6] Implement Date.prototype[@@toPrimitive] as C++ builtin.
2015-08-31 12:53:10 +00:00
to-primitive.js
[intrinsics] Remove obsolete intrinsics.
2016-07-12 06:41:23 +00:00
to-string.js
[intrinsics] Remove obsolete intrinsics.
2016-07-12 06:41:23 +00:00
trailing-commas-length.js
Allow trailing commas in function parameter lists
2016-06-29 01:39:10 +00:00