Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 1f3361c93f5307e4f375c0e705ebc67329cd1d99..152d450d490ebd7f406df082859ab3d864933127 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1126,6 +1126,9 @@ class Isolate { |
return id; |
} |
+ // Get (and lazily initialize) the registry for per-isolate symbols. |
+ Handle<JSObject> GetSymbolRegistry(); |
+ |
private: |
Isolate(); |