https://codereview.chromium.org/949763003/diff/1/src/scopes.cc
File src/scopes.cc (right):

https://codereview.chromium.org/949763003/diff/1/src/scopes.cc#newcode318
src/scopes.cc:318: new_target_->AllocateTo(Variable::PARAMETER, -2);
On 2015/02/25 14:47:24, arv wrote:
Do you think this is OK for cases like?

function f() {
   print(new.target);
}
new f()

Depends on the codegen we will have for such functions.

https://codereview.chromium.org/949763003/

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