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

Issue 883073008: Accessor functions should have no prototype property (Closed)

Created:
5 years, 10 months ago by arv (Not doing code reviews)
Modified:
5 years, 10 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Accessor functions should have no prototype property This also removes some convenience functions that were not used. BUG=v8:3700 LOG=N R=adamk@chromium.org, adamk Committed: https://crrev.com/b67b3c54011351bde23656fc650a6398829851d8 Cr-Commit-Position: refs/heads/master@{#26472}

Patch Set 1 #

Patch Set 2 : fix assert #

Patch Set 3 : Fix assert again #

Total comments: 6

Patch Set 4 : Use bitshift #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -43 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ast.h View 2 chunks +1 line, -13 lines 0 comments Download
M src/code-stubs.h View 1 chunk +1 line, -5 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/contexts.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/globals.h View 1 2 3 3 chunks +14 lines, -5 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +4 lines, -8 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 3 chunks +5 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ppc/full-codegen-ppc.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/preparser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/x87/full-codegen-x87.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/accessors-no-prototype.js View 1 chunk +51 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/classes.js View 3 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
arv (Not doing code reviews)
PTAL
5 years, 10 months ago (2015-02-05 22:16:31 UTC) #2
arv (Not doing code reviews)
I was looking into v8:1984 and turned out I needed a flag for this to ...
5 years, 10 months ago (2015-02-05 22:18:07 UTC) #3
arv (Not doing code reviews)
fix assert
5 years, 10 months ago (2015-02-05 22:25:35 UTC) #4
arv (Not doing code reviews)
Fix assert again
5 years, 10 months ago (2015-02-05 22:51:22 UTC) #5
adamk
lgtm % a few nits/questions Might as well also mention removing the (mostly-unused, it seems) ...
5 years, 10 months ago (2015-02-05 23:18:43 UTC) #6
arv (Not doing code reviews)
Use bitshift
5 years, 10 months ago (2015-02-05 23:33:11 UTC) #8
arv (Not doing code reviews)
All done. https://codereview.chromium.org/883073008/diff/40001/src/code-stubs.h File src/code-stubs.h (left): https://codereview.chromium.org/883073008/diff/40001/src/code-stubs.h#oldcode598 src/code-stubs.h:598: class FunctionKindBits : public BitField<FunctionKind, 2, 4> ...
5 years, 10 months ago (2015-02-05 23:34:01 UTC) #9
arv (Not doing code reviews)
Committed patchset #4 (id:60001) manually as b67b3c54011351bde23656fc650a6398829851d8 (presubmit successful).
5 years, 10 months ago (2015-02-05 23:34:37 UTC) #10
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/b67b3c54011351bde23656fc650a6398829851d8 Cr-Commit-Position: refs/heads/master@{#26472}
5 years, 10 months ago (2015-02-05 23:34:41 UTC) #11
adamk
5 years, 10 months ago (2015-02-05 23:35:00 UTC) #12
Message was sent while issue was closed.
still lgtm

Powered by Google App Engine
This is Rietveld 408576698