DescriptionFix bug in mjsunit/const-eval-init causing objects to be initialized to undefined.
In mjsunit/const-eval-init - testInitSlowCaseExtension a range of objects are initialized to undefined instead of a value because the variable i is within quotes (i.e., the source becommes "a1 = i" instead of "a1 = 1".
This should have no impact on the test, I just stumbled over this on
an unrelated matter.
Committed: http://code.google.com/p/v8/source/detail?r=4817
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|