..
regress
Ensure class prototype objects have the right Map::constructor field
2014-12-10 18:25:55 +00:00
array-concat.js
Fix ArrayConcat for JSValues/JSFunctions/JSRegExps with @@isConcatSpreadable
2014-12-16 21:08:27 +00:00
array-fill.js
array-find.js
array-findindex.js
array-from.js
Implement Array.from()
2014-12-11 17:16:27 +00:00
array-includes-to-object-sloppy.js
Add Array.prototype.includes
2014-12-10 08:58:15 +00:00
array-includes-to-object-strict.js
Add Array.prototype.includes
2014-12-10 08:58:15 +00:00
array-includes.js
Add Array.prototype.includes
2014-12-10 08:58:15 +00:00
array-of.js
arrow-functions.js
block-conflicts.js
harmony-scoping: Catch variable should be VAR, not LET
2014-11-25 14:48:39 +00:00
block-const-assign.js
harmony-scoping: make assignment to 'const' a late error.
2014-11-26 11:21:23 +00:00
block-early-errors.js
block-for.js
block-lazy-compile.js
block-leave.js
block-let-crankshaft.js
block-let-declaration.js
block-let-semantics.js
block-non-strict-errors.js
Disable classes in sloppy mode unless --harmony-sloppy is set
2014-11-20 10:52:03 +00:00
block-scoping.js
classes.js
harmony-classes: Fix some issues with syntactic restriction on super(...).
2014-12-01 20:13:54 +00:00
dataview-accessors.js
debug-blockscopes.js
Do not reflect uninitialized 'let' and 'const' in scope mirrors.
2014-12-08 14:59:28 +00:00
debug-evaluate-blockscopes.js
Implement 'setVariableValue' for debugger block scopes.
2014-11-14 13:39:20 +00:00
debug-function-scopes.js
harmony-scoping: Implement debugger support for script scope.
2014-11-17 17:58:12 +00:00
debug-step-into-class-extends.js
Classes: Add support for stepping through default constructors
2014-11-15 19:48:39 +00:00
debug-step-into-constructor.js
Classes: Add support for stepping through default constructors
2014-11-15 19:48:39 +00:00
disable-harmony-string.js
Make sure that individual shipping features can be disabled.
2014-12-05 15:35:37 +00:00
empty-for.js
module-linking.js
harmony-scoping: make assignment to 'const' a late error.
2014-11-26 11:21:23 +00:00
module-parsing.js
module-recompile.js
module-resolution.js
object-literals-method.js
object-literals-property-shorthand.js
object-literals-super.js
ES6: Add support for super in object literals
2014-11-11 19:54:56 +00:00
private.js
proxies-example-membrane.js
proxies-for.js
proxies-function.js
proxies-hash.js
proxies-json.js
proxies-symbols.js
proxies-with-unscopables.js
ES6: Update unscopables to match spec
2014-12-16 20:07:41 +00:00
proxies-with.js
proxies.js
regexp-flags.js
Make RegExp.prototype.flags
getter configurable
2014-12-13 22:36:29 +00:00
regexp-sticky.js
set-prototype-of.js
string-codepointat.js
string-endswith.js
string-fromcodepoint.js
string-includes.js
Rename String.prototype.contains to 'includes'.
2014-11-20 19:21:36 +00:00
string-raw.js
Implement ES6 String.raw behind --harmony-templates
2014-11-19 04:44:44 +00:00
string-repeat.js
string-startswith.js
super.js
harmony-classes: Implement 'super(...)' call syntactic restriction.
2014-11-28 04:08:58 +00:00
templates.js
ES6 template literals: Fix issue with template after rbrace
2014-12-04 14:50:17 +00:00
toMethod.js
typedarrays-foreach.js
typedarrays-of.js
Implement .of() on typed arrays
2014-11-13 11:20:13 +00:00
typedarrays.js
unicode-escapes.js
ES6 unicode extensions, part 1.
2014-12-02 10:58:19 +00:00