• mvstanton's avatar
    Always run our fast array builtins. · 1fe5f0e3
    mvstanton authored
    Before, we carefully turned on fast array builtins only if flag
    --enable-fast-array-builtins was true (though it was implied true
    if --turbo was on). Now, the set of Array.prototype.{some, forEach,
    every, reduce} is good enough to always turn them on. This means
    we can remove the JavaScript implementations.
    
    The flag is renamed to --experimental-fast-array-builtins, which is
    off. In the next days we'll add more non-javascript implementations
    here for testing.
    
    BUG=
    R=danno@chromium.org
    
    Review-Url: https://codereview.chromium.org/2761783002
    Cr-Commit-Position: refs/heads/master@{#44026}
    1fe5f0e3
Name
Last commit
Last update
..
OWNERS Loading commit data...
array.js Loading commit data...
collection-iterator.js Loading commit data...
collection.js Loading commit data...
harmony-string-padding.js Loading commit data...
i18n.js Loading commit data...
macros.py Loading commit data...
messages.js Loading commit data...
prologue.js Loading commit data...
promise.js Loading commit data...
proxy.js Loading commit data...
runtime.js Loading commit data...
spread.js Loading commit data...
string.js Loading commit data...
templates.js Loading commit data...
typedarray.js Loading commit data...
v8natives.js Loading commit data...
weak-collection.js Loading commit data...