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

Unified Diff: src/bootstrapper.h

Issue 1475953002: [stubs] A new approach to TF stubs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Win64 build Created 5 years 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/arm64/interface-descriptors-arm64.cc ('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 2baa8ff61a5c76d9af9b0a90d564fbecd5b7d394..44f0f1b2a5582adfcae5706a87bfaa5af62b93c1 100644
--- a/src/bootstrapper.h
+++ b/src/bootstrapper.h
@@ -82,8 +82,6 @@ class Bootstrapper final {
v8::ExtensionConfiguration* extensions,
ContextType context_type = FULL_CONTEXT);
- bool CreateCodeStubContext(Isolate* isolate);
-
// Detach the environment from its outer global object.
void DetachGlobal(Handle<Context> env);
@@ -116,8 +114,6 @@ class Bootstrapper final {
static bool CompileExperimentalBuiltin(Isolate* isolate, int index);
static bool CompileExtraBuiltin(Isolate* isolate, int index);
static bool CompileExperimentalExtraBuiltin(Isolate* isolate, int index);
- static bool CompileCodeStubBuiltin(Isolate* isolate, int index);
- static bool InstallCodeStubNatives(Isolate* isolate);
static void ExportFromRuntime(Isolate* isolate, Handle<JSObject> container);
static void ExportExperimentalFromRuntime(Isolate* isolate,
« no previous file with comments | « src/arm64/interface-descriptors-arm64.cc ('k') | src/bootstrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698