• gsathya's avatar
    Revert "Revert of [builtins] Properly optimize TypedArray/DataView accessors.... · 3c927e07
    gsathya authored
    Revert "Revert of [builtins] Properly optimize TypedArray/DataView accessors. (patchset #3 id:40001 of https://codereview.chromium.org/2042013003/ )"
    
    This reverts commit d3a43e47.
    
    This patch also adds typed_array_fun and typed_array_protoype to the
    native context. These are used in InstallTypedArray to set up the
    prototype chain correctly for each typed array sub class. This removes
    the need to later monkey patch them prototype chain in typedarray.js.
    This mechanism is also used to get hold of the TypedArray in
    typedarray.js, removing the need for a global TypedArray.
    
    This patch updates CallRuntime.golden to account for the two extra
    native runtime calls. This patch also fixes some formatting issues (by
    running git cl format).
    
    BUG=chromium:579905, chromium:593634, v8:4085, v8:5073
    
    Review-Url: https://codereview.chromium.org/2046333002
    Cr-Commit-Position: refs/heads/master@{#36811}
    3c927e07
contexts.h 29.2 KB