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

Unified Diff: src/interpreter/interpreter.h

Issue 2302923002: [stubs] Port ToName stub to TurboFan. (Closed)
Patch Set: Created 4 years, 3 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/interpreter/interpreter.h
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
index 1482f55bed57be956aaa2d874be4c1e5dbcdee68..faac5fc663671ae571afdb47c29fa063b74c412b 100644
--- a/src/interpreter/interpreter.h
+++ b/src/interpreter/interpreter.h
@@ -108,6 +108,10 @@ class Interpreter {
template <class Generator>
void DoUnaryOpWithFeedback(InterpreterAssembler* assembler);
+ // Generates code to perform the conversion operation via |Generator|.
+ template <class Generator>
+ void DoConversionOp(InterpreterAssembler* assembler);
+
// Generates code to perform the comparison operation associated with
// |compare_op|.
void DoCompareOp(Token::Value compare_op, InterpreterAssembler* assembler);

Powered by Google App Engine
This is Rietveld 408576698