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

Issue 22795004: abstract eternal into class (Closed)

Created:
7 years, 4 months ago by dcarney
Modified:
7 years, 3 months ago
Reviewers:
Sven Panne, rossberg
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 7

Patch Set 2 : typo #

Total comments: 1

Patch Set 3 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -47 lines) Patch
include/v8.h View 1 2 7 chunks +35 lines, -20 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +7 lines, -4 lines 0 comments Download
M src/global-handles.h View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M src/global-handles.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-global-handles.cc View 1 2 2 chunks +26 lines, -15 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dcarney
okay, successfully abstracted int, pls review
7 years, 4 months ago (2013-08-12 14:59:51 UTC) #1
rossberg
Thanks. :) LGTM, with nits. https://chromiumcodereview.appspot.com/22795004/diff/1/src/api.cc File src/api.cc (right): https://chromiumcodereview.appspot.com/22795004/diff/1/src/api.cc#newcode679 src/api.cc:679: void V8::Eternalize(i::Isolate* isolate, i::Object** ...
7 years, 4 months ago (2013-08-12 15:13:13 UTC) #2
Sven Panne
https://chromiumcodereview.appspot.com/22795004/diff/1/include/v8.h File include/v8.h (right): https://chromiumcodereview.appspot.com/22795004/diff/1/include/v8.h#newcode486 include/v8.h:486: template<class S> Why do we have a separate template ...
7 years, 4 months ago (2013-08-13 06:11:18 UTC) #3
dcarney
https://chromiumcodereview.appspot.com/22795004/diff/1/include/v8.h File include/v8.h (right): https://chromiumcodereview.appspot.com/22795004/diff/1/include/v8.h#newcode486 include/v8.h:486: template<class S> On 2013/08/13 06:11:18, Sven Panne wrote: > ...
7 years, 4 months ago (2013-08-13 06:46:23 UTC) #4
Sven Panne
LGTM with a nit. https://chromiumcodereview.appspot.com/22795004/diff/9001/include/v8.h File include/v8.h (right): https://chromiumcodereview.appspot.com/22795004/diff/9001/include/v8.h#newcode5686 include/v8.h:5686: V8::Eternalize(reinterpret_cast<internal::Isolate*>(isolate), I think it would ...
7 years, 4 months ago (2013-08-21 10:20:22 UTC) #5
dcarney
7 years, 3 months ago (2013-08-26 09:41:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r16316 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698