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

Unified Diff: src/isolate.h

Issue 196103004: Add support for per-isolate private symbols (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Comments & more Created 6 years, 9 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
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 1f3361c93f5307e4f375c0e705ebc67329cd1d99..5a54cdca5c6790289224ae707f464063f9cf90e6 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -1126,6 +1126,8 @@ class Isolate {
return id;
}
+ Handle<JSObject> GetSymbolRegistry();
Michael Starzinger 2014/03/24 15:17:19 nit: Can we add a short one-line comment of the in
rossberg 2014/03/24 15:54:46 Done.
+
private:
Isolate();

Powered by Google App Engine
This is Rietveld 408576698