DescriptionFix materialization of accessor frames with captured receivers
I have fixed skipping of the receiver object to materialize captured
objects. This is done with a new DoTranslateSkip method.
We should consider unifying DoTranslateSkip, DoTranslateObject and
DoTranslateCommand as they do the almost the same thing - they only
differ in where they store the result.
The change also turns bunch of ASSERTs into CHECKs.
R=mstarzinger@chromium.org
BUG=359441
TEST=test/mjsunit/regress/regress-359441.js
LOG=N
Committed: https://code.google.com/p/v8/source/detail?r=20978
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebase #Patch Set 3 : Fix comment, rename #
Messages
Total messages: 4 (0 generated)
|