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

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

Issue 953563002: Implement experimental exponentiation operator (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add more tests and fix some bugs Created 5 years, 10 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/js-operator.h
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
index e7fc04c1e19cab287e1d92922b011ccfc85829a2..5f72919eb1924bbc7768e444ee349704eec6178c 100644
--- a/src/compiler/js-operator.h
+++ b/src/compiler/js-operator.h
@@ -218,6 +218,7 @@ class JSOperatorBuilder FINAL : public ZoneObject {
const Operator* Multiply();
const Operator* Divide();
const Operator* Modulus();
+ const Operator* Exponentiate();
const Operator* UnaryNot();
const Operator* ToBoolean();

Powered by Google App Engine
This is Rietveld 408576698