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

Issue 9374013: Handlify GetSourceCode-related functions. (Closed)

Created:
8 years, 10 months ago by Sven Panne
Modified:
8 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Handlify GetSourceCode-related functions. Committed: https://code.google.com/p/v8/source/detail?r=10658

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use an easier way to get a handlified undefined. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -11 lines) Patch
M src/objects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 1 chunk +4 lines, -7 lines 0 comments Download
M src/runtime.cc View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sven Panne
8 years, 10 months ago (2012-02-09 07:23:29 UTC) #1
Kevin Millikin (Chromium)
Drive by comment. http://codereview.chromium.org/9374013/diff/1/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/9374013/diff/1/src/objects.cc#newcode7620 src/objects.cc:7620: return Handle<Object>(GetIsolate()->heap()->undefined_value()); You should write this ...
8 years, 10 months ago (2012-02-09 08:01:50 UTC) #2
Sven Panne
http://codereview.chromium.org/9374013/diff/1/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/9374013/diff/1/src/objects.cc#newcode7620 src/objects.cc:7620: return Handle<Object>(GetIsolate()->heap()->undefined_value()); On 2012/02/09 08:01:51, Kevin Millikin wrote: > ...
8 years, 10 months ago (2012-02-09 08:17:48 UTC) #3
Michael Starzinger
8 years, 10 months ago (2012-02-09 10:31:15 UTC) #4
LGTM. As discussed offline, all paths through SharedFunctionInfoPrint() are also
covered by a handle scope.

Powered by Google App Engine
This is Rietveld 408576698