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

Issue 164393: Add api call to determine whether a string can be externalized. (Closed)

Created:
11 years, 4 months ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Add api call to determine whether a string can be externalized. Committed: http://code.google.com/p/v8/source/detail?r=2664

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -2 lines) Patch
M include/v8.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 3 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Christian Plesner Hansen
11 years, 4 months ago (2009-08-12 09:28:55 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/164393/diff/5/7 File src/api.cc (right): http://codereview.chromium.org/164393/diff/5/7#newcode3042 Line 3042: i::Handle <i::String> obj = Utils::OpenHandle(this); Should be ...
11 years, 4 months ago (2009-08-12 10:08:04 UTC) #2
Christian Plesner Hansen
11 years, 4 months ago (2009-08-12 10:16:52 UTC) #3
http://codereview.chromium.org/164393/diff/5/7
File src/api.cc (right):

http://codereview.chromium.org/164393/diff/5/7#newcode3042
Line 3042: i::Handle <i::String> obj = Utils::OpenHandle(this);
Right -- this was a cut-and-paste from MakeExternal, I've fixed it in both
places.

Powered by Google App Engine
This is Rietveld 408576698