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

Unified Diff: src/compiler/js-operator.h

Issue 1848243002: [turbofan] Introduce JSToInteger and JSToLength operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « src/compiler/js-intrinsic-lowering.cc ('k') | src/compiler/js-operator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/js-operator.h
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
index ef7496ab9b552d2651b0da714c2a7a904617852b..eb323c9c129aa3bd6bcd2d4907eb5732b4e9455e 100644
--- a/src/compiler/js-operator.h
+++ b/src/compiler/js-operator.h
@@ -404,10 +404,12 @@ class JSOperatorBuilder final : public ZoneObject {
const Operator* Modulus(BinaryOperationHints hints);
const Operator* ToBoolean(ToBooleanHints hints);
- const Operator* ToNumber();
- const Operator* ToString();
+ const Operator* ToInteger();
+ const Operator* ToLength();
const Operator* ToName();
+ const Operator* ToNumber();
const Operator* ToObject();
+ const Operator* ToString();
const Operator* Yield();
const Operator* Create();
« no previous file with comments | « src/compiler/js-intrinsic-lowering.cc ('k') | src/compiler/js-operator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698