http://codereview.chromium.org/6335010/diff/1/src/parser.cc File src/parser.cc (right):
http://codereview.chromium.org/6335010/diff/1/src/parser.cc#newcode3108 src/parser.cc:3108: // Data property conflicting with an accessor. On WebKit nightly Version 5.0.1 (5533.17.8, r75891) non-strict ({x: 33, get x(){}}); SyntaxError: Parse error On Minefield/FF 4.0b10pre (2011-01-21) non-strict ({x: 33, get x(){}}); SyntaxError: property name x appears more than once in object literal http://codereview.chromium.org/6335010/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
