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

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

Issue 2841613002: [compiler][modules] Constant-fold the loads of module cells. (Closed)
Patch Set: Rebase. Created 3 years, 8 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
Index: src/compiler/node-properties.h
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
index aa35ea84e0f908a4c4f70d5284518757e0fb3a8e..be4c413864f08fbb181737058fe9df688230183c 100644
--- a/src/compiler/node-properties.h
+++ b/src/compiler/node-properties.h
@@ -142,12 +142,6 @@ class V8_EXPORT_PRIVATE NodeProperties final {
// ---------------------------------------------------------------------------
// Context.
- // Try to retrieve the specialization context from the given {node},
- // optionally utilizing the knowledge about the (outermost) function
- // {context}.
- static MaybeHandle<Context> GetSpecializationContext(
- Node* node, MaybeHandle<Context> context = MaybeHandle<Context>());
-
// Walk up the context chain from the given {node} until we reduce the {depth}
// to 0 or hit a node that does not extend the context chain ({depth} will be
// updated accordingly).

Powered by Google App Engine
This is Rietveld 408576698