Updates:
        Cc: [email protected] [email protected]

Comment #3 on issue 4182 by [email protected]: Construct TypedArrays with AllocateTypedArray
https://code.google.com/p/v8/issues/detail?id=4182

+caitp (who added $reflectConstruct for spread calls) and dslomov.

You could do what spreadcalls did: just add " || FLAG_harmony_arrays" to the conditional in bootstrapper.cc that decides whether to expose $reflectConstruct:

https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/bootstrapper.cc&q=FLAG_harmony_spreadcalls&sq=package:chromium&type=cs&l=1874

What that be sufficient for your uses in harmony-typedarray.js?

Or maybe we should just remove that flag check and always expose it (this is a question for caitp and dslomov, I guess)?

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

Reply via email to