• adamk's avatar
    Remove infrastructure for experimental JS natives · 8cfe45b6
    adamk authored
    Now that no harmony-flagged features are implemented in experimental
    JS, most of this is simply dead code.
    
    As PostExperimentals() is no longer needed, I also removed the use of
    Import() in the debug context, allowing the deletion of PostDebug()
    along with PostExperimentals(); cleanup code is moved to the
    end of PostNatives.
    
    Also gets rid of some longer-dead code in prologue.js related to
    TypedArrays, and some duplicate code for setting up SharedArrayBuffer
    builtins.
    
    Review-Url: https://codereview.chromium.org/2705293004
    Cr-Commit-Position: refs/heads/master@{#43418}
    8cfe45b6
Name
Last commit
Last update
..
OWNERS Loading commit data...
array.js Loading commit data...
arraybuffer.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...