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

Issue 753373003: Add GetIdentityHash to v8::Name object API (Closed)

Created:
6 years ago by yurys
Modified:
6 years ago
Reviewers:
aandrey, Yang, adamk
CC:
v8-dev, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Add GetIdentityHash to v8::Name object API v8::Object already has GetIdentityHash on it. This change adds its counterpart to v8::Name. BUG=chromium:437416 LOG=Y

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -0 lines) Patch
M include/v8.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/api.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
yurys
6 years ago (2014-12-01 15:26:22 UTC) #2
aandrey
https://codereview.chromium.org/753373003/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/753373003/diff/1/include/v8.h#newcode1827 include/v8.h:1827: * uses a inline property on the object to ...
6 years ago (2014-12-01 15:49:17 UTC) #3
Yang
LGTM once all comments are addressed. https://codereview.chromium.org/753373003/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/753373003/diff/1/src/api.cc#newcode4240 src/api.cc:4240: DCHECK(!self->IsSymbol() || self->HasHashCode()); ...
6 years ago (2014-12-02 07:55:44 UTC) #4
yurys
https://codereview.chromium.org/753373003/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/753373003/diff/1/include/v8.h#newcode1827 include/v8.h:1827: * uses a inline property on the object to ...
6 years ago (2014-12-02 08:42:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/753373003/20001
6 years ago (2014-12-02 08:45:34 UTC) #7
aandrey
LGTM!
6 years ago (2014-12-02 09:06:14 UTC) #8
commit-bot: I haz the power
6 years ago (2014-12-02 09:13:25 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001)

Powered by Google App Engine
This is Rietveld 408576698