• 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
typedarray-proto.js 1.36 KB