v8/test/mjsunit/harmony
dslomov 8aed43e82c new classes: implement new.target passing to superclass constructor.
R=arv@chromium.org,rossberg@chromium.org
BUG=v8:3834
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#26560}
2015-02-11 01:23:11 +00:00
..
regress fix transition of typedarrays in ics 2015-02-09 09:50:15 +00:00
array-concat.js Fix ArrayConcat for JSValues/JSFunctions/JSRegExps with @@isConcatSpreadable 2014-12-16 21:08:27 +00:00
array-fill.js Fix typos in unit test for Array.prototype.fill() 2014-05-09 16:11:50 +00:00
array-find.js Array.prototype.{every, filter, find, findIndex, forEach, map, some}: Use fresh primitive wrapper for calls. 2014-10-15 09:11:32 +00:00
array-findindex.js Array.prototype.{every, filter, find, findIndex, forEach, map, some}: Use fresh primitive wrapper for calls. 2014-10-15 09:11:32 +00:00
array-from.js Don't take iterable path in ArrayFrom if items[@@iterator] is null 2015-01-29 02:36:12 +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 Implement IsConstructor() abstract operation 2015-01-19 12:22:31 +00:00
arrow-functions.js Arrow functions: Cleanup handling of the prototype property 2014-09-12 15:07:43 +00:00
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 Make let usable as an identifier in ES6 sloppy mode. 2014-07-10 14:06:37 +00:00
block-for.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
block-lazy-compile.js Preliminary code for block scopes and block contexts. 2011-08-11 16:29:28 +00:00
block-leave.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
block-let-crankshaft.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
block-let-declaration.js Fix several issues with ES6 redeclaration checks 2014-07-09 11:35:05 +00:00
block-let-semantics.js Drop obsolete ES6 TODOs about activating extended mode. 2014-06-17 15:22:38 +00:00
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 Preliminary support for block contexts in hydrogen. 2014-06-05 07:33:01 +00:00
class-property-name-eval-arguments.js Allow eval and arguments as property names 2015-02-06 18:04:21 +00:00
classes-experimental.js new classes: implement new.target passing to superclass constructor. 2015-02-11 01:23:11 +00:00
classes.js super is only allowed in methods, accessors and constructor 2015-02-10 19:51:39 +00:00
computed-property-names-classes.js Class methods should be non enumerable 2015-02-04 17:23:17 +00:00
computed-property-names-object-literals-methods.js ES6 computed property names 2015-01-15 20:02:37 +00:00
computed-property-names.js Computed property names for object literals in TurboFan. 2015-01-20 16:52:58 +00:00
dataview-accessors.js Fix data view accessors to throw execptions on offsets bigger than size_t. 2013-11-18 15:16:22 +00:00
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 Fix for-loop with const/let and empty condition/iteration statements. 2014-07-09 07:50:11 +00:00
method-name-eval-arguments.js Allow eval and arguments as property names 2015-02-06 18:04:21 +00:00
module-linking.js harmony-scoping: make assignment to 'const' a late error. 2014-11-26 11:21:23 +00:00
module-parsing-eval.js Enable compiling mjsunit tests as ES6 modules 2015-02-10 19:11:55 +00:00
module-recompile.js Implement proper module linking. 2012-07-09 08:59:03 +00:00
module-resolution.js Implement proper module linking. 2012-07-09 08:59:03 +00:00
modules.js Enable compiling mjsunit tests as ES6 modules 2015-02-10 19:11:55 +00:00
object-literals-method.js Fix issue with __proto__ when using ES6 object literals 2015-01-20 16:31:43 +00:00
object-literals-property-shorthand.js Fix issue with __proto__ when using ES6 object literals 2015-01-20 16:31:43 +00:00
object-literals-super.js super is only allowed in methods, accessors and constructor 2015-02-10 19:51:39 +00:00
private.js ES6: String(symbol) should work like symbol.toString 2014-09-12 16:17:27 +00:00
proxies-example-membrane.js Remove proxies from --harmony switch for M38, because problems 2014-08-08 09:58:19 +00:00
proxies-for.js Proxies: Make 'with' work, plus minor other fixes 2013-07-19 14:07:23 +00:00
proxies-function.js Mode clean-up pt 1: rename classic/non-strict mode to sloppy mode 2014-03-11 14:39:08 +00:00
proxies-hash.js Enable ES6 Map and Set by default 2014-08-05 19:37:32 +00:00
proxies-json.js Remove proxies from --harmony switch for M38, because problems 2014-08-08 09:58:19 +00:00
proxies-symbols.js Enable ES6 Symbols by default 2014-08-04 18:17:54 +00:00
proxies-with-unscopables.js ES6: Update unscopables to match spec 2014-12-16 20:07:41 +00:00
proxies-with.js Proxies: Make 'with' work, plus minor other fixes 2013-07-19 14:07:23 +00:00
proxies.js Add more missing deopts 2014-10-26 10:25:48 +00:00
regexp-flags.js Split --harmony-unicode and --harmony-unicode-regexps. 2015-02-05 14:17:09 +00:00
regexp-sticky.js Reland sticky regexps https://codereview.chromium.org/567313003/ 2014-09-19 07:36:05 +00:00
set-prototype-of.js Enable ES6 Symbols by default 2014-08-04 18:17:54 +00:00
string-codepointat.js Implement String.prototype.codePointAt and String.fromCodePoint. 2014-07-21 08:45:32 +00:00
string-endswith.js Make String.prototype.{starts,ends}With throw when passing a regular expression 2014-01-28 10:31:05 +00:00
string-fromcodepoint.js Implement String.prototype.codePointAt and String.fromCodePoint. 2014-07-21 08:45:32 +00:00
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 Improve String.repeat. 2014-10-17 10:01:38 +00:00
string-startswith.js Make String.prototype.{starts,ends}With throw when passing a regular expression 2014-01-28 10:31:05 +00:00
super.js Remove Function.prototype.toMethod 2015-02-10 22:13:43 +00:00
templates.js Check for octals in template spans only, not expressions 2015-01-12 15:07:47 +00:00
toMethod.js Remove Function.prototype.toMethod 2015-02-10 22:13:43 +00:00
typedarrays-foreach.js Implement .forEach() on typed arrays 2014-10-16 10:55:26 +00:00
typedarrays-of.js Implement .of() on typed arrays 2014-11-13 11:20:13 +00:00
typedarrays.js Add remaining @@toStringTag symbols to builtins 2014-10-24 19:29:10 +00:00
unicode-escapes-in-regexps.js Split --harmony-unicode and --harmony-unicode-regexps. 2015-02-05 14:17:09 +00:00
unicode-escapes.js ES6 unicode extensions, part 1. 2014-12-02 10:58:19 +00:00