Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Issue 8349031: Fixed evaluation order issue in defineProperties. (Closed)

Created:
9 years, 2 months ago by Sven Panne
Modified:
9 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fixed evaluation order issue in defineProperties. This is not covered by test262 yet, but it really makes sense and matches Firefox's behaviour. TEST=mjsunit/define-properties.js Committed: http://code.google.com/p/v8/source/detail?r=9694

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -3 lines) Patch
M src/v8natives.js View 1 chunk +5 lines, -3 lines 0 comments Download
M test/mjsunit/object-define-properties.js View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
9 years, 2 months ago (2011-10-19 09:31:43 UTC) #1
Michael Starzinger
9 years, 2 months ago (2011-10-19 09:41:02 UTC) #2
LGTM (with nits).

http://codereview.chromium.org/8349031/diff/1/test/mjsunit/define-properties.js
File test/mjsunit/define-properties.js (right):

http://codereview.chromium.org/8349031/diff/1/test/mjsunit/define-properties....
test/mjsunit/define-properties.js:29: // modifications are done.
Can we add this whole test case to object-define-properties.js instead of adding
a new file?

Powered by Google App Engine
This is Rietveld 408576698