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

Unified Diff: src/heap.h

Issue 196103004: Add support for per-isolate private symbols (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased 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/heap.h
diff --git a/src/heap.h b/src/heap.h
index 0446a988d73d90af7b05732ae44fa74381ffdaee..a3f7176c32c84af7be9eb8e4ac9f3d2dd20bd533 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -306,6 +306,8 @@ namespace internal {
V(String_string, "String") \
V(symbol_string, "symbol") \
V(Symbol_string, "Symbol") \
+ V(private_intern_string, "private_intern") \
+ V(private_api_string, "private_api") \
V(Date_string, "Date") \
V(this_string, "this") \
V(to_string_string, "toString") \

Powered by Google App Engine
This is Rietveld 408576698