DescriptionFix bug in the fast compiler's object literal code
Fixes issue 526:
BUG=http://code.google.com/p/v8/issues/detail?id=526
The object literals code in the fast compiler returned an incorrect result
when getter or setters are defined together with computed properties.
Added a regression test that captures the most reduced version of this
problem.
Also added a test for object literals with getters/setters and
prototype properties.
Committed: http://code.google.com/p/v8/source/detail?r=3370
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #
Total comments: 10
Patch Set 4 : '' #
Messages
Total messages: 3 (0 generated)
|