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

Unified Diff: src/compiler/node-properties.h

Issue 2406803002: [turbofan] Enforce native context specialization. (Closed)
Patch Set: Remove unused variables Created 4 years, 2 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/compiler/js-native-context-specialization.cc ('k') | src/compiler/node-properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/node-properties.h
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
index ed3c11750720cdce06716b953accc84378cc335d..c4d36ed8bb7af1e1b877d02b7e4173ea96807d1f 100644
--- a/src/compiler/node-properties.h
+++ b/src/compiler/node-properties.h
@@ -131,18 +131,6 @@ class NodeProperties final {
static MaybeHandle<Context> GetSpecializationContext(
Node* node, MaybeHandle<Context> context = MaybeHandle<Context>());
- // Try to retrieve the specialization native context from the given
- // {node}, optionally utilizing the knowledge about the (outermost)
- // {native_context}.
- static MaybeHandle<Context> GetSpecializationNativeContext(
- Node* node, MaybeHandle<Context> native_context = MaybeHandle<Context>());
-
- // Try to retrieve the specialization global object from the given
- // {node}, optionally utilizing the knowledge about the (outermost)
- // {native_context}.
- static MaybeHandle<JSGlobalObject> GetSpecializationGlobalObject(
- Node* node, MaybeHandle<Context> native_context = MaybeHandle<Context>());
-
// ---------------------------------------------------------------------------
// Type.
« no previous file with comments | « src/compiler/js-native-context-specialization.cc ('k') | src/compiler/node-properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698