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

Unified Diff: src/isolate.h

Issue 2915793002: [api] Prototype WeakRef implementation
Patch Set: Created 3 years, 7 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/inspector/v8-injected-script-host.cc ('k') | src/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 52cb49baa6ecaa3262574f2db24a22fd8fae92da..52b396052255827fef3e0ddf623c82a7d64ccff5 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -1155,6 +1155,8 @@ class Isolate {
void RunMicrotasks();
bool IsRunningMicrotasks() const { return is_running_microtasks_; }
+ void AddWeakRefExecution(JSWeakRef* ref);
+
Handle<Symbol> SymbolFor(Heap::RootListIndex dictionary_index,
Handle<String> name, bool private_symbol);
« no previous file with comments | « src/inspector/v8-injected-script-host.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698