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

Unified Diff: src/compiler/bytecode-graph-builder.h

Issue 1480003002: [runtime] Replace global object link with native context link in all contexts. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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/compiler/bytecode-graph-builder.h
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
index 6b1a6289bbc21bd75484c55f7bfde3e59c84baf8..952dc6d2b018944f7bd9cf9f168cd78de6439505 100644
--- a/src/compiler/bytecode-graph-builder.h
+++ b/src/compiler/bytecode-graph-builder.h
@@ -47,9 +47,6 @@ class BytecodeGraphBuilder {
// Builder for accessing type feedback vector.
Node* BuildLoadFeedbackVector();
- // Builder for loading the global object.
- Node* BuildLoadGlobalObject();
-
// Builder for loading the a native context field.
Node* BuildLoadNativeContextField(int index);

Powered by Google App Engine
This is Rietveld 408576698