v8/test/mjsunit/harmony
verwaest bb964f63d1 Fix keyed stores to strings convertible to indices
BUG=chromium:509545
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#29596}
2015-07-13 10:46:35 +00:00
..
regress [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
array-concat.js Guard @@isConcatSpreadable behind a flag 2015-07-08 21:49:58 +00:00
array-copywithin.js Revert of Revert of [es6] implement Array.prototype.copyWithin() (patchset #1 id:1 of https://codereview.chromium.org/1084183004/) 2015-04-22 09:43:13 +00:00
array-fill.js
array-find.js [es6] Array.prototype.find and findIndex should include holes 2015-06-05 14:18:20 +00:00
array-findindex.js [es6] Array.prototype.find and findIndex should include holes 2015-06-05 14:18:20 +00:00
array-from.js In Array.of and Array.from, fall back to DefineOwnProperty 2015-06-11 20:41:04 +00:00
array-includes-to-object-sloppy.js
array-includes-to-object-strict.js
array-includes.js
array-of.js In Array.of and Array.from, fall back to DefineOwnProperty 2015-06-11 20:41:04 +00:00
arrow-functions-lexical-arguments.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
arrow-functions-this.js Reapply "Resolve references to "this" the same way as normal variables"" 2015-05-19 14:50:59 +00:00
arrow-functions.js [es6] do not add caller/arguments to ES6 function definitions 2015-04-09 22:40:28 +00:00
arrow-rest-params.js Support rest parameters in arrow functions 2015-06-10 16:11:31 +00:00
atomics.js Atomic operations on Uint8ClampedArray 2015-06-22 18:51:25 +00:00
block-conflicts-sloppy.js [es6] Handle conflicts for sloppy let 2015-07-10 16:39:53 +00:00
block-const-assign-sloppy.js [es6] Initial support for let/const bindings in sloppy mode 2015-07-08 15:04:13 +00:00
block-for-sloppy.js [es6] Initial support for let/const bindings in sloppy mode 2015-07-08 15:04:13 +00:00
block-lazy-compile.js
block-leave-sloppy.js [es6] Initial support for let/const bindings in sloppy mode 2015-07-08 15:04:13 +00:00
block-let-crankshaft-sloppy.js [es6] Initial support for let/const bindings in sloppy mode 2015-07-08 15:04:13 +00:00
block-let-declaration-sloppy.js [es6] Initial support for let/const bindings in sloppy mode 2015-07-08 15:04:13 +00:00
block-let-semantics-sloppy.js [es6] Enforce TDZ checks for let/const in StoreLookupSlot 2015-07-10 16:20:52 +00:00
block-scoping-sloppy.js [es6] Initial support for let/const bindings in sloppy mode 2015-07-08 15:04:13 +00:00
block-scoping-top-level-sloppy.js [es6] Initial support for let/const bindings in sloppy mode 2015-07-08 15:04:13 +00:00
class-computed-property-names-super.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
classes-derived-return-type.js [es6] Fix return checking in derived constructors 2015-04-28 16:09:30 +00:00
computed-property-names-classes.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
computed-property-names-deopt.js [turbofan] Fix known issue about computed property names. 2015-05-26 08:45:16 +00:00
computed-property-names-object-literals-methods.js [es6] Remove harmony-object-literal flag 2015-06-26 19:49:53 +00:00
computed-property-names-super.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
computed-property-names.js
dataview-accessors.js
destructuring-parameters-literalcount-nolazy.js [destructuring] Re-index materialized literals in arrow function parameters. 2015-06-26 21:39:53 +00:00
destructuring-parameters-literalcount.js [destructuring] Re-index materialized literals in arrow function parameters. 2015-06-26 21:39:53 +00:00
destructuring.js [es6] Ensure that for-in/of loops have a proper TDZ for their lexically-bound variables 2015-07-01 00:27:30 +00:00
module-linking.js
module-parsing-eval.js
module-recompile.js
module-resolution.js
modules.js
new-target.js [es6] Reenable new.target + Reflect.construct tests 2015-06-29 19:12:15 +00:00
object-assign.js [es6] implement Object.assign 2015-05-06 16:17:50 +00:00
object-literals-super.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
private.js All private symbols are own symbols 2015-06-16 08:13:42 +00:00
proxies-example-membrane.js
proxies-for.js Fix ToNameArray 2015-05-22 10:57:20 +00:00
proxies-function.js
proxies-hash.js
proxies-json.js
proxies-symbols.js
proxies-with-unscopables.js
proxies-with.js
proxies.js Fix keyed stores to strings convertible to indices 2015-07-13 10:46:35 +00:00
reflect-apply.js
reflect-construct.js
regexp-flags.js
regexp-sticky.js
rest-params-lazy-parsing.js Support rest parameters in arrow functions 2015-06-10 16:11:31 +00:00
rest-params.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
set-prototype-of.js [es6] throw TypeError when setting cyclic prototype value 2015-06-19 22:18:36 +00:00
sharedarraybuffer.js Revert of Add %TypedArray% to proto chain (patchset #6 id:100001 of https://codereview.chromium.org/1186733002/) 2015-06-17 09:05:51 +00:00
spread-array.js [es6] Spread in array literals 2015-05-21 08:08:55 +00:00
spread-call-new-class.js [es6] implement spread calls 2015-04-09 19:37:19 +00:00
spread-call-new.js [es6] implement spread calls 2015-04-09 19:37:19 +00:00
spread-call-super-property.js [es6] support spread-calling Super-accessing properties 2015-05-14 22:59:14 +00:00
spread-call.js [es6] implement spread calls 2015-04-09 19:37:19 +00:00
super.js [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
unicode-escapes-in-regexps.js
unicode-escapes.js