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

Unified Diff: src/global-handles.h

Issue 11959031: Add a new weak handle callback that passes an Isolate to an embedder (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Applied sven's comments Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/api.cc ('k') | src/global-handles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/global-handles.h
diff --git a/src/global-handles.h b/src/global-handles.h
index 8cfb34b95d0e174862d472a052f8c46fcc6e9a42..3c517aefa720a51da0ecd87455150b0bfc6ea7d7 100644
--- a/src/global-handles.h
+++ b/src/global-handles.h
@@ -127,6 +127,9 @@ class GlobalHandles {
void MakeWeak(Object** location,
void* parameter,
WeakReferenceCallback callback);
+ void MakeWeak(Object** location,
+ void* parameter,
+ WeakHandleCallback callback);
void RecordStats(HeapStats* stats);
« no previous file with comments | « src/api.cc ('k') | src/global-handles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698