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

Unified Diff: src/compiler.cc

Issue 1866613003: [turbofan] Deprecate CompilationInfo::has_literal predicate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « src/compiler.h ('k') | src/compiler/linkage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 9d942c6846d203fa59ff6a8ff86f9fbcc84b0787..4ff1d83ee3a2ede94b0f609d9c3ec405b2a182cf 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -115,11 +115,6 @@ bool CompilationInfo::has_context() const {
}
-bool CompilationInfo::has_literal() const {
- return parse_info_ && parse_info_->literal() != nullptr;
-}
-
-
bool CompilationInfo::has_scope() const {
return parse_info_ && parse_info_->scope() != nullptr;
}
« no previous file with comments | « src/compiler.h ('k') | src/compiler/linkage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698