Chromium Code Reviews

Unified Diff: src/factory.h

Issue 48923002: Provide private symbols through internal APIs (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Comments Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/array-iterator.js ('k') | src/factory.cc » ('j') | src/runtime.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index ee25bf23d87c4c917896ba872ecd88a5ae774914..05f35cb3317f2e9368df030b07331947f3fa539e 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -184,6 +184,7 @@ class Factory {
// Create a symbol.
Handle<Symbol> NewSymbol();
+ Handle<Symbol> NewPrivateSymbol();
// Create a global (but otherwise uninitialized) context.
Handle<Context> NewNativeContext();
« no previous file with comments | « src/array-iterator.js ('k') | src/factory.cc » ('j') | src/runtime.cc » ('J')

Powered by Google App Engine