Description[crankshaft] Prevent inlining of new.target functions.
This moves the bailout for functions containing new.target variable to
the correct place so that Crankshaft doesn't accidentally inline such
functions, yielding an "undefined" new.target value all the time.
R=bmeurer@chromium.org
TEST=mjsunit/es6/regress/regress-inlined-new-target
Committed: https://crrev.com/8c793fed78034851c09d4c8d03e22783f5bb9d64
Cr-Commit-Position: refs/heads/master@{#32468}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|