On 2015/05/01 at 14:09:30, arv wrote:
Europe is on vacation today.

I'm looking at the spec for this and I feel like there are few parts missing
here

- The spec covers the case where the type changes, as in:

UInt32Array.prototype.slice.call(int32ArrayInstance, start, end)

- I don't see @@species in here? If we write new methods we should do them
right from the beginning.

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.

https://codereview.chromium.org/1113363002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to