Status: Accepted
Owner: [email protected]
Labels: Type-FeatureRequest Priority-Medium Harmony
New issue 3900 by [email protected]: Implement ES6 Reflect.construct()
and Reflect.apply()
https://code.google.com/p/v8/issues/detail?id=3900
Reflect.apply() might not need any real work done (I guess you'd need to
push an extra argument to FunctionApply() so that the target argument is
not the receiver, but that should be easily doable). An alternative would
be to change FunctionApply to ReflectApply, and implement FunctionApply as
`ReflectApply(this, thisArg, argsList)`, so that one should be easy.
Reflect.construct() is essentially the same thing, except it needs to
invoke the construct code of the target, and needs to transfer the original
constructor value.
Both of these are desirable because they should simplify the work on spread
calls in https://crrev.com/938443002/
--
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.