Chromium Code Reviews

Unified Diff: src/bootstrapper.h

Issue 1306993003: Call JS functions via native context instead of js builtins object. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 5 years, 4 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/ast-value-factory.h ('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 610610ba2bef61124bb6ce383108e7d9100418d6..28cb1d64a21061b55938a4f0d4a1cd33ada12e8f 100644
--- a/src/bootstrapper.h
+++ b/src/bootstrapper.h
@@ -119,9 +119,6 @@ class Bootstrapper final {
static bool CompileCodeStubBuiltin(Isolate* isolate, int index);
static bool InstallCodeStubNatives(Isolate* isolate);
- static void ImportNatives(Isolate* isolate, Handle<JSObject> container);
- static void ImportExperimentalNatives(Isolate* isolate,
- Handle<JSObject> container);
static bool InstallJSBuiltins(Isolate* isolate, Handle<JSObject> container);
static void ExportPrivateSymbols(Isolate* isolate,
Handle<JSObject> container);
« no previous file with comments | « src/ast-value-factory.h ('k') | src/bootstrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine