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

Unified Diff: src/bootstrapper.h

Issue 1318043002: Native context: do not put public symbols and flags on the js builtins object. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix and rebase Created 5 years, 4 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
« no previous file with comments | « src/arraybuffer.js ('k') | src/bootstrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bootstrapper.h
diff --git a/src/bootstrapper.h b/src/bootstrapper.h
index 0e1d0c992d26108593fb882828a364d8b373b05d..b69a73acf7f35e78f57c39a1f4a384b5d93e94e6 100644
--- a/src/bootstrapper.h
+++ b/src/bootstrapper.h
@@ -119,8 +119,9 @@ class Bootstrapper final {
static bool CompileCodeStubBuiltin(Isolate* isolate, int index);
static bool InstallCodeStubNatives(Isolate* isolate);
- static void ExportPrivateSymbols(Isolate* isolate,
- Handle<JSObject> container);
+ static void ExportFromRuntime(Isolate* isolate, Handle<JSObject> container);
+ static void ExportExperimentalFromRuntime(Isolate* isolate,
+ Handle<JSObject> container);
private:
Isolate* isolate_;
« no previous file with comments | « src/arraybuffer.js ('k') | src/bootstrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698