v8/test/mjsunit/harmony
caitpotter88 f5b85cb74c [esnext] handle elements in FastObjectValuesOrEntries()
Add support for optimizing objects with elements, which do not invoke JS and
cannot change the shape of the Object.

BUG=v8:4663
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#35081}
2016-03-28 15:54:23 +00:00
..
regress Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
array-species-constructor-accessor.js Ensure the @@species protector is updated for accessors 2016-03-08 19:55:28 +00:00
array-species-constructor-delete.js Optimize @@species based on a global 'protector' cell 2016-02-22 21:02:48 +00:00
array-species-constructor.js Optimize @@species based on a global 'protector' cell 2016-02-22 21:02:48 +00:00
array-species-delete.js Optimize @@species based on a global 'protector' cell 2016-02-22 21:02:48 +00:00
array-species-modified.js Optimize @@species based on a global 'protector' cell 2016-02-22 21:02:48 +00:00
array-species-parent-constructor.js Optimize @@species based on a global 'protector' cell 2016-02-22 21:02:48 +00:00
array-species-proto.js Optimize @@species based on a global 'protector' cell 2016-02-22 21:02:48 +00:00
array-species.js Remove runtime flags for Proxy and Reflect 2016-03-21 19:40:02 +00:00
arraybuffer-species.js
atomics.js [Atomics] Fix atomic access index validation 2016-03-25 21:52:52 +00:00
block-conflicts-sloppy.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-const-assign-sloppy.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-eval-var-over-let.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-for-sloppy.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-lazy-compile.js
block-leave-sloppy.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-let-crankshaft-sloppy.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-let-declaration-sloppy.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-let-semantics-sloppy.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-scoping-sloppy.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-scoping-top-level-sloppy.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
block-sloppy-function.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
dataview-accessors.js
do-expressions-control.js [fullcodegen] Implement control flow across do-expressions. 2016-02-24 11:06:08 +00:00
do-expressions.js Remove destructuring and default arguments runtime flags 2016-03-10 23:22:30 +00:00
exponentiation-operator.js Remove runtime flags for Proxy and Reflect 2016-03-21 19:40:02 +00:00
function-name.js Remove destructuring and default arguments runtime flags 2016-03-10 23:22:30 +00:00
function-sent.js
futex.js [Atomics] Fix atomic access index validation 2016-03-25 21:52:52 +00:00
generators.js Fix accidental bug in yield* desugaring. 2016-03-01 09:39:18 +00:00
harmony-string-pad-end.js [esnext] implement String padding proposal 2016-03-24 17:15:09 +00:00
harmony-string-pad-start.js [esnext] implement String padding proposal 2016-03-24 17:15:09 +00:00
instanceof-es6.js ES6: Desugaring of instanceof to support @@hasInstance 2016-02-19 19:20:38 +00:00
iterator-close.js Fix corner case in iterator finalization for array destructuring. 2016-03-10 19:13:48 +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
modules.js
object-entries.js [esnext] handle elements in FastObjectValuesOrEntries() 2016-03-28 15:54:23 +00:00
object-get-own-property-descriptors.js Remove runtime flags for Proxy and Reflect 2016-03-21 19:40:02 +00:00
object-values.js [esnext] handle elements in FastObjectValuesOrEntries() 2016-03-28 15:54:23 +00:00
private-symbols.js Remove runtime flags for Proxy and Reflect 2016-03-21 19:40:02 +00:00
private.js
promise-species.js
regexp-change-exec.js Add ES2015 RegExp full subclassing semantics behind a flag 2016-03-24 22:27:21 +00:00
regexp-lookbehind.js
regexp-no-change-exec.js Add ES2015 RegExp full subclassing semantics behind a flag 2016-03-24 22:27:21 +00:00
regexp-property-blocks.js [regexp] require exact match for unicode property names. 2016-03-21 19:22:24 +00:00
regexp-property-char-class.js [regexp] support \p in character classes. 2016-03-10 23:24:23 +00:00
regexp-property-disabled.js [regexp] support \p in character classes. 2016-03-10 23:24:23 +00:00
regexp-property-exact-match.js [regexp] require exact match for unicode property names. 2016-03-21 19:22:24 +00:00
regexp-property-general-category.js [regexp] require exact match for unicode property names. 2016-03-21 19:22:24 +00:00
regexp-property-scripts.js [regexp] extend property classes by unicode blocks. 2016-03-11 07:20:09 +00:00
set-prototype-of.js
sharedarraybuffer.js Remove --harmony-tostring runtime flag 2016-03-11 18:20:48 +00:00
simd.js Remove runtime flags for Proxy and Reflect 2016-03-21 19:40:02 +00:00
sloppy-implicit-block-function.js Restrict FunctionDeclarations in Statement position 2016-03-03 21:34:26 +00:00
sloppy-restrictive-block-function.js Restrict FunctionDeclarations in Statement position 2016-03-03 21:34:26 +00:00
species.js
string-match.js
string-replace.js
string-split.js
to-length.js
to-name.js
to-number.js
to-primitive.js
to-string.js
typedarray-species.js
unicode-character-ranges.js
unicode-escapes-in-regexps.js Remove --harmony-regexps flag 2016-03-25 23:02:11 +00:00
unicode-regexp-backrefs.js
unicode-regexp-ignore-case-noi18n.js
unicode-regexp-ignore-case.js
unicode-regexp-last-index.js
unicode-regexp-restricted-syntax.js
unicode-regexp-unanchored-advance.js
unicode-regexp-zero-length.js