Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 00bbdfd40bcc7d0a013598ffb8c7ed747c2bf7dd..b928cd01dc8de2f47537c4fca88d6c8acc375be8 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -636,6 +636,13 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_SymbolDescription) { |
} |
+RUNTIME_FUNCTION(MaybeObject*, Runtime_SymbolRegistry) { |
+ SealHandleScope shs(isolate); |
+ ASSERT(args.length() == 0); |
+ return isolate->heap()->symbol_registry(); |
+} |
+ |
+ |
RUNTIME_FUNCTION(MaybeObject*, Runtime_SymbolIsPrivate) { |
SealHandleScope shs(isolate); |
ASSERT(args.length() == 1); |