On 2015/05/01 16:06:17, domenic wrote:
My understanding of the current V8 implementation is that none of the
methods
are generic, nor do they exist on a shared prototype (thus the macro
setup). I
think someone should fix that, but in the meantime it seems somewhat OK
to add
new methods that follow the pattern of the old methods.
That's true, but it's still possible to write them as generic even without
the
shared prototype --- simply defining the function in a more generic way
outside
of the macro, and installing it on each TypedArray class. The shared
prototype
issue can be fixed later
https://codereview.chromium.org/1113363002/
--
--
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.