v8/test/mjsunit/harmony
arv ea463a916b [es6] Object.getPrototypeOf should work with values
The final spec for Object.getPrototypeOf calls ToObject on the
parameter, which means that it should only throw for null and
undefined. For other non object values the prototype of the wrapper
should be used.

BUG=v8:3964
LOG=N
R=adamk, rossberg@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27354}
2015-03-23 08:40:47 +00:00
..
regress [harmony] Move some regression tests to the right place 2015-03-20 11:03:14 +00:00
array-concat.js [tests]: fix exponentiation in harmony array-concat tests 2015-02-17 22:28:12 +00:00
array-fill.js
array-find.js
array-findindex.js
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
array-includes-to-object-strict.js
array-includes.js
array-of.js
arrow-functions.js
block-lazy-compile.js
class-computed-property-names-super.js Fix issue with super and computed property names 2015-02-11 15:13:12 +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 Make super() a syntax error in base class constructor 2015-02-12 23:04:54 +00:00
classes-lazy-parsing.js Fix lazy parsing for functions that use super. 2015-02-13 18:35:09 +00:00
classes-subclass-arrays.js Implement subclassing Arrays. 2015-03-03 18:45:02 +00:00
classes.js new classes: no longer experimental. 2015-02-12 18:06:52 +00:00
computed-property-names-classes.js [es6] Throw TypeError for computed static prototype property name 2015-03-10 14:14:38 +00:00
computed-property-names-object-literals-methods.js
computed-property-names-super.js Fix issue with super and computed property names 2015-02-11 15:13:12 +00:00
computed-property-names.js Fix issue with class name TDZ in computed property names 2015-02-26 18:37:19 +00:00
dataview-accessors.js
debug-step-into-class-extends.js
debug-step-into-constructor.js
method-name-eval-arguments.js Allow eval and arguments as property names 2015-02-06 18:04:21 +00:00
module-linking.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
module-parsing-eval.js Enable compiling mjsunit tests as ES6 modules 2015-02-10 19:11:55 +00:00
module-recompile.js
module-resolution.js Remove --harmony-scoping flag. 2015-03-13 15:15:57 +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 Adjust key behaviour for weak collections 2015-03-18 12:51:58 +00:00
proxies-example-membrane.js
proxies-for.js
proxies-function.js
proxies-hash.js
proxies-json.js
proxies-symbols.js
proxies-with-unscopables.js
proxies-with.js
proxies.js
reflect-apply.js [es6] implement Reflect.apply() & Reflect.construct() 2015-03-19 14:47:27 +00:00
reflect-construct.js [es6] implement Reflect.apply() & Reflect.construct() 2015-03-19 14:47:27 +00:00
regexp-flags.js Split --harmony-unicode and --harmony-unicode-regexps. 2015-02-05 14:17:09 +00:00
regexp-sticky.js
rest-params-lazy-parsing.js Implement ES6 rest parameters 2015-02-14 00:15:12 +00:00
rest-params.js [es6] generate rest parameters correctly for subclass constructors 2015-03-20 14:07:16 +00:00
set-prototype-of.js [es6] Object.getPrototypeOf should work with values 2015-03-23 08:40:47 +00:00
super.js Super store 2015-02-19 16:15:35 +00:00
toMethod.js Remove Function.prototype.toMethod 2015-02-10 22:13:43 +00:00
typedarrays-foreach.js
typedarrays-of.js
typedarrays.js handle the special snowflakes that are Integer Indexed Exotic objects 2015-03-10 19:11:20 +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