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

Unified Diff: src/compiler/typer.h

Issue 786703002: [turbofan] Improve typing of JSToNumber. (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 7b740e1c997a56ec338db2d4cfdf66fa3d5beec6..a3e00ca43d2705a38df0a24eab78731e9790cb7a 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -38,9 +38,11 @@ class Typer {
Decorator* decorator_;
Zone* zone_;
+ Type* boolean_or_number;
+ Type* undefined_or_null;
+ Type* undefined_or_number;
Type* negative_signed32;
Type* non_negative_signed32;
- Type* undefined_or_null;
Type* singleton_false;
Type* singleton_true;
Type* singleton_zero;
« 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