• dehrenberg's avatar
    Make one copy for all TypedArray methods · ca9d499f
    dehrenberg authored
    This is the first step of converting TypedArrays to the proper
    proto chain. There is one copy for each of the Harmony TypedArray
    methods, rather than a version for each TypedArray type. This
    form prevents accidentally baking in knowledge about a particular
    array type into the method definition.
    
    R=adamk@chromium.org, arv@chromium.org, caitpotter88@gmail.com, dslomov@chromium.org, jochen@chromium.org
    BUG=v8:4085
    LOG=Y
    
    Review URL: https://codereview.chromium.org/1126313003
    
    Cr-Commit-Position: refs/heads/master@{#28325}
    ca9d499f
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...