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

Unified Diff: src/compiler/typer.h

Issue 807663006: [turbofan] Improve typing of ToBoolean. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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 | « no previous file | src/compiler/typer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/typer.h
diff --git a/src/compiler/typer.h b/src/compiler/typer.h
index 45d3a32b79fca160909bf93f9d9378fbf21380f3..b65a9a5aff09edb1c5a13f4cc1df494b70d4e574 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -54,6 +54,7 @@ class Typer {
Type* signed32ish;
Type* unsigned32ish;
Type* falsish;
+ Type* truish;
Type* integer;
Type* weakint;
Type* number_fun0_;
« no previous file with comments | « no previous file | src/compiler/typer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698