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

Issue 11959031: Add a new weak handle callback that passes an Isolate to an embedder (Closed)

Created:
7 years, 11 months ago by haraken
Modified:
7 years, 11 months ago
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Add a new weak handle callback that passes an Isolate to an embedder BUG= TEST=test-api.cc (IndependentWeakHandle)

Patch Set 1 #

Total comments: 16

Patch Set 2 : Applied sven's comments #

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

Messages

Total messages: 7 (0 generated)
haraken
As discussed offline, I'm implementing another version of weak handle callback that passes an Isolate ...
7 years, 11 months ago (2013-01-17 10:46:16 UTC) #1
haraken
This patch depends on https://chromiumcodereview.appspot.com/11958015/ and https://chromiumcodereview.appspot.com/11969037/ . I'll rebase the patch for review after ...
7 years, 11 months ago (2013-01-17 13:50:26 UTC) #2
Sven Panne
https://chromiumcodereview.appspot.com/11959031/diff/1/include/v8.h File include/v8.h (right): https://chromiumcodereview.appspot.com/11959031/diff/1/include/v8.h#newcode154 include/v8.h:154: typedef void (*WeakReferenceCallback)(Persistent<Value> object, We should add a remark ...
7 years, 11 months ago (2013-01-18 08:08:11 UTC) #3
haraken
Sven: Thank you very much for detailed review! Updated the patch. https://chromiumcodereview.appspot.com/11959031/diff/1/include/v8.h File include/v8.h (right): ...
7 years, 11 months ago (2013-01-22 00:27:37 UTC) #4
Sven Panne
I am currently doing a comprehensive sweep over the whole Persistent class regarding Isolates, so ...
7 years, 11 months ago (2013-01-22 07:15:11 UTC) #5
haraken
On 2013/01/22 07:15:11, Sven Panne wrote: > I am currently doing a comprehensive sweep over ...
7 years, 11 months ago (2013-01-22 07:20:38 UTC) #6
Sven Panne
7 years, 11 months ago (2013-01-22 15:37:19 UTC) #7
A variant of this has been included in
https://codereview.chromium.org/12033011/, closing...

Powered by Google App Engine
This is Rietveld 408576698