Reviewers: adamk, arv, caitp, Dmitry Lomov (chromium), jochen,

Message:
Done

Description:
Make one copy for all TypedArray methods

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.

[email protected], [email protected], [email protected],
[email protected], [email protected]
BUG=v8:4085
LOG=Y

Please review this at https://codereview.chromium.org/1126313003/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+73, -32 lines):
  M src/harmony-typedarray.js
  M src/typedarray.js
  A test/mjsunit/harmony/typedarray-proto.js


--
--
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.

Reply via email to