Reviewers: adamk,

https://codereview.chromium.org/1191973004/diff/1/test/mjsunit/harmony/new-target.js
File test/mjsunit/harmony/new-target.js (right):

https://codereview.chromium.org/1191973004/diff/1/test/mjsunit/harmony/new-target.js#newcode34
test/mjsunit/harmony/new-target.js:34: f(undefined, 'extra');
This one fails. `expected` ends up as the 'extra'.

https://codereview.chromium.org/1191973004/diff/1/test/mjsunit/harmony/new-target.js#newcode46
test/mjsunit/harmony/new-target.js:46: new f(f);
This one fails.

https://codereview.chromium.org/1191973004/diff/1/test/mjsunit/harmony/new-target.js#newcode77
test/mjsunit/harmony/new-target.js:77: new Derived();
This one fails too...

Description:
Work In Progress: support new.target

patch from issue 1188383002 at patchset 1 (http://crrev.com/1188383002#ps1)

Please review this at https://codereview.chromium.org/1191973004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+161, -19 lines):
  M src/builtins.h
  M src/compiler.cc
  M src/objects.cc
  M src/scopes.cc
  M src/x64/builtins-x64.cc
  M src/x64/code-stubs-x64.cc
  M src/x64/full-codegen-x64.cc
  A test/mjsunit/harmony/new-target.js


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