DescriptionMake 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.
R=adamk@chromium.org, arv@chromium.org, caitpotter88@gmail.com, dslomov@chromium.org, jochen@chromium.org
BUG=v8:4085
LOG=Y
Committed: https://crrev.com/ca9d499f75b3557840f82f1ad172afdb514ce2d1
Cr-Commit-Position: refs/heads/master@{#28325}
Patch Set 1 #Patch Set 2 : Simplify TypedArray macro #Patch Set 3 : Adding test and fixing failures (TypedArray.from and TypedArray.prototype.subarray) #
Total comments: 3
Patch Set 4 : Leave out subarray; improve tests #
Total comments: 1
Patch Set 5 : Cleaner tests #Messages
Total messages: 11 (2 generated)
|