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

Unified Diff: src/interpreter/bytecode-generator.h

Issue 1531693002: [Interpreter] Implement ForIn in bytecode graph builder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0009-phi
Patch Set: Created 5 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
Index: src/interpreter/bytecode-generator.h
diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h
index 35987c46b0236cddef1460adbff7a6c2ca807771..abf288416677641ac84fc36c9dd3c24da6d04378 100644
--- a/src/interpreter/bytecode-generator.h
+++ b/src/interpreter/bytecode-generator.h
@@ -116,6 +116,8 @@ class BytecodeGenerator final : public AstVisitor {
ObjectLiteralProperty* property,
Register value_out);
void VisitForInAssignment(Expression* expr, FeedbackVectorSlot slot);
+ void GetForInPreparedItem(Register destination, int index,
+ Register prepare_result, Register scratch);
// Visitors for obtaining expression result in the accumulator, in a
// register, or just getting the effect.

Powered by Google App Engine
This is Rietveld 408576698