DescriptionAlways set the callee's context when calling a function from optimized code.
This is necessary even for recursive calls because we're sharing optimized code among closures, which could call each other and have distinct contexts.
BUG=138887
TEST=mjsunit/regress/regress-crbug-138887
Committed: https://code.google.com/p/v8/source/detail?r=12201
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|