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

Unified Diff: src/compiler/typer.cc

Issue 2707873002: Collect type profile for DevTools. (Closed)
Patch Set: Fix typo. Created 3 years, 9 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/typer.cc
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
index 635afb68cadf913b6a802dbe8d10a432b359b03d..eaeb4603346a654385514eacacd3c290f3c7a123 100644
--- a/src/compiler/typer.cc
+++ b/src/compiler/typer.cc
@@ -1258,6 +1258,11 @@ Type* Typer::Visitor::TypeJSStoreDataPropertyInLiteral(Node* node) {
return nullptr;
}
+Type* Typer::Visitor::TypeJSCollectTypeProfile(Node* node) {
+ UNREACHABLE();
+ return nullptr;
+}
+
Type* Typer::Visitor::TypeJSDeleteProperty(Node* node) {
return Type::Boolean();
}
« no previous file with comments | « src/compiler/opcodes.h ('k') | src/compiler/verifier.cc » ('j') | src/feedback-vector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698