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

Unified Diff: src/ic/ic.h

Issue 1092353002: [strong] Disallow implicit conversions for binary arithmetic operations (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase :( Created 5 years, 8 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/ic/ic.h
diff --git a/src/ic/ic.h b/src/ic/ic.h
index 712b695abb76bc0ba4e8d5fadc808dd07dbafd2e..df8a98c40e6ea4e2fb7833bd0c9e2cb593a58ba4 100644
--- a/src/ic/ic.h
+++ b/src/ic/ic.h
@@ -682,7 +682,8 @@ class BinaryOpIC : public IC {
public:
explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {}
- static Builtins::JavaScript TokenToJSBuiltin(Token::Value op);
+ static Builtins::JavaScript TokenToJSBuiltin(Token::Value op,
+ LanguageMode language_mode);
MaybeHandle<Object> Transition(Handle<AllocationSite> allocation_site,
Handle<Object> left,

Powered by Google App Engine
This is Rietveld 408576698