DescriptionCorrectly materialize arguments object in Runtime_DebugEvaluate.
The problem was that if the # arguments specified in the function
declaration and the # arguments passed to the function are not
the same, we use an arguments adapter frame to make it work. This
confuses the existing implementation to materialize the arguments
object.
R=peter.rybin@gmail.com
BUG=222893
Committed: https://code.google.com/p/v8/source/detail?r=14059
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|