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 483173002: Expose well-known Symbols to C++ API. (Closed)

Created:
6 years, 4 months ago by yhirano
Modified:
6 years, 4 months ago
CC:
v8-dev, Paweł Hajdan Jr.
Base URL:
git://github.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -23 lines) Patch
M include/v8.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +37 lines, -23 lines 0 comments Download
M src/heap/heap.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
yhirano
6 years, 4 months ago (2014-08-19 01:58:46 UTC) #1
arv (Not doing code reviews)
I'm not an OWNER. Adding some owners. https://codereview.chromium.org/483173002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/483173002/diff/1/src/api.cc#newcode6199 src/api.cc:6199: i::Handle<i::String> part ...
6 years, 4 months ago (2014-08-19 02:02:25 UTC) #2
yhirano
Thanks for the review! https://codereview.chromium.org/483173002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/483173002/diff/1/src/api.cc#newcode6199 src/api.cc:6199: i::Handle<i::String> part = i_isolate->factory()->for_intern_string(); On ...
6 years, 4 months ago (2014-08-19 02:17:56 UTC) #3
arv (Not doing code reviews)
LGTM but let some API owner have a look at this as well.
6 years, 4 months ago (2014-08-19 02:58:16 UTC) #4
dcarney
lgtm, assuming this is something we want to expose. I don't see why it would ...
6 years, 4 months ago (2014-08-19 08:13:25 UTC) #5
rossberg
NOT LGTM Exposing this function would allow embedders to create new internal symbols and clobber ...
6 years, 4 months ago (2014-08-19 10:46:14 UTC) #6
yhirano
On 2014/08/19 10:46:14, rossberg wrote: > NOT LGTM > > Exposing this function would allow ...
6 years, 4 months ago (2014-08-19 11:38:17 UTC) #7
rossberg
LGTM, will land
6 years, 4 months ago (2014-08-19 11:46:26 UTC) #8
rossberg
6 years, 4 months ago (2014-08-19 12:08:54 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as 23196 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698