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

Issue 351853005: Split SetProperty(...attributes, strictmode) into AddProperty(...attributes) and SetProperty(...… (Closed)

Created:
6 years, 6 months ago by Toon Verwaest
Modified:
6 years, 5 months ago
Reviewers:
rossberg
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Split SetProperty(...attributes, strictmode) into DefineProperty(...attributes) and SetProperty(...strictmode) BUG= R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22064

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed comments and added ports #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -363 lines) Patch
M src/api.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download
M src/apinatives.js View 1 2 chunks +14 lines, -8 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/array.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/array-iterator.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/arraybuffer.js View 1 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 3 chunks +18 lines, -18 lines 0 comments Download
M src/collection.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/collection-iterator.js View 1 4 chunks +4 lines, -6 lines 0 comments Download
M src/date.js View 1 1 chunk +1 line, -1 line 0 comments Download
M src/generator.js View 1 1 chunk +6 lines, -6 lines 0 comments Download
M src/i18n.js View 1 12 chunks +12 lines, -12 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/ic.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/math.js View 1 1 chunk +1 line, -1 line 0 comments Download
M src/messages.js View 1 8 chunks +15 lines, -15 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/object-observe.js View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/promise.js View 1 1 chunk +1 line, -1 line 0 comments Download
M src/regexp.js View 1 3 chunks +33 lines, -33 lines 0 comments Download
M src/runtime.h View 1 3 chunks +11 lines, -10 lines 0 comments Download
M src/runtime.cc View 1 2 3 22 chunks +69 lines, -100 lines 0 comments Download
M src/scopeinfo.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/string.js View 1 1 chunk +1 line, -1 line 0 comments Download
M src/symbol.js View 1 1 chunk +1 line, -1 line 0 comments Download
M src/typedarray.js View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/v8natives.js View 1 14 chunks +22 lines, -24 lines 0 comments Download
M src/weak_collection.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/x87/full-codegen-x87.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M test/mjsunit/object-define-property.js View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M test/mjsunit/regress/regress-1199637.js View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M test/mjsunit/regress/regress-334.js View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-cntl-descriptors-enum.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + test/mjsunit/runtime-gen/addproperty.js View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/runtime-gen/definedatapropertyunchecked.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
D test/mjsunit/runtime-gen/defineorredefineaccessorproperty.js View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
D test/mjsunit/runtime-gen/defineorredefinedataproperty.js View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
D test/mjsunit/runtime-gen/ignoreattributesandsetproperty.js View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
D test/mjsunit/runtime-gen/setaccessorproperty.js View 1 chunk +0 lines, -9 lines 0 comments Download
M test/mjsunit/runtime-gen/setproperty.js View 1 chunk +1 line, -2 lines 0 comments Download
M tools/generate-runtime-tests.py View 1 2 3 4 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
6 years, 6 months ago (2014-06-24 12:23:09 UTC) #1
rossberg
https://codereview.chromium.org/351853005/diff/1/src/apinatives.js File src/apinatives.js (right): https://codereview.chromium.org/351853005/diff/1/src/apinatives.js#newcode42 src/apinatives.js:42: result = %ToFastProperties(result); Is this actually needed in the ...
6 years, 6 months ago (2014-06-27 09:47:30 UTC) #2
Toon Verwaest
PTAL again https://codereview.chromium.org/351853005/diff/1/src/apinatives.js File src/apinatives.js (right): https://codereview.chromium.org/351853005/diff/1/src/apinatives.js#newcode42 src/apinatives.js:42: result = %ToFastProperties(result); I guess it's unlikely ...
6 years, 5 months ago (2014-06-27 13:16:23 UTC) #3
rossberg
lgtm
6 years, 5 months ago (2014-06-27 13:24:41 UTC) #4
Toon Verwaest
6 years, 5 months ago (2014-06-27 13:49:29 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r22064 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698