Comment #5 on issue 4085 by [email protected]: TypedArray proto chain is wrong
https://code.google.com/p/v8/issues/detail?id=4085#c5
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/a10590158260737b256fac3254b4939f48f90095
commit a10590158260737b256fac3254b4939f48f90095 Author: littledan <[email protected]> Date: Tue Jun 16 23:39:01 2015 Add %TypedArray% to proto chain According to the ES6 spec, the main methods and getters shouldn't be properties of the individual TypedArray objects and prototypes but instead on %TypedArray% and %TypedArray%.prototype. This difference is observable through introspection. This patch moves some methods and getters to the proper place, with the exception of %TypedArray%.prototype.subarray and harmony methods. These will be moved in follow-on patches. BUG=v8:4085 LOG=Y R=adamk Review URL: https://codereview.chromium.org/1186733002 Cr-Commit-Position: refs/heads/master@{#29057}[modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/src/harmony-typedarray.js [modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/src/runtime/runtime-function.cc [modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/src/runtime/runtime-object.cc [modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/src/typedarray.js [modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/test/mjsunit/es6/built-in-accessor-names.js [modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/test/mjsunit/get-prototype-of.js [modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/test/mjsunit/harmony/sharedarraybuffer.js [modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/test/mjsunit/harmony/typedarrays-of.js [modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/test/mjsunit/harmony/typedarrays.js [modify] http://crrev.com/a10590158260737b256fac3254b4939f48f90095/test/mjsunit/regress/regress-typedarray-length.js
--You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at: https://code.google.com/hosting/settings -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
