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

Issue 14788013: Add Persistent<T>::Reset which disposes the handle and redirects it to point to another object. (Closed)

Created:
7 years, 7 months ago by marja
Modified:
7 years, 7 months ago
Reviewers:
dcarney, Sven Panne
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Add Persistent<T>::Reset which disposes the handle and redirects it to point to another object. BUG= R=dcarney@chromium.org, svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14570

Patch Set 1 #

Total comments: 2

Patch Set 2 : less whitespace #

Total comments: 4

Patch Set 3 : code review (svenpanne) + fixes (val_ -> this->val_) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -0 lines) Patch
M include/v8.h View 1 2 2 chunks +21 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
marja
dcarney, ptal
7 years, 7 months ago (2013-05-06 14:05:26 UTC) #1
dcarney
lgtm. adding sven as a reviewer https://codereview.chromium.org/14788013/diff/1/test/cctest/test-api.cc File test/cctest/test-api.cc (right): https://codereview.chromium.org/14788013/diff/1/test/cctest/test-api.cc#newcode2497 test/cctest/test-api.cc:2497: can drop the ...
7 years, 7 months ago (2013-05-06 14:10:59 UTC) #2
dcarney
lgtm. adding sven as a reviewer https://codereview.chromium.org/14788013/diff/1/test/cctest/test-api.cc File test/cctest/test-api.cc (right): https://codereview.chromium.org/14788013/diff/1/test/cctest/test-api.cc#newcode2497 test/cctest/test-api.cc:2497: can drop the ...
7 years, 7 months ago (2013-05-06 14:10:59 UTC) #3
marja
dcarney: thanks for review svenpanne: ptal. If you have a preference on what Reset should ...
7 years, 7 months ago (2013-05-06 14:15:20 UTC) #4
Sven Panne
https://codereview.chromium.org/14788013/diff/4001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/14788013/diff/4001/include/v8.h#newcode5363 include/v8.h:5363: return; Style nit: Put this on the previous line. ...
7 years, 7 months ago (2013-05-07 09:49:31 UTC) #5
marja
Thanks for having a look! https://codereview.chromium.org/14788013/diff/4001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/14788013/diff/4001/include/v8.h#newcode5363 include/v8.h:5363: return; On 2013/05/07 09:49:31, ...
7 years, 7 months ago (2013-05-07 11:17:17 UTC) #6
Sven Panne
lgtm
7 years, 7 months ago (2013-05-07 11:31:57 UTC) #7
dcarney
7 years, 7 months ago (2013-05-07 12:37:28 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r14570 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698