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

Unified Diff: src/fast-codegen.h

Issue 384078: Fast-codegen: Added support for arguments in functions. (Closed)
Patch Set: Created 11 years, 1 month 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/fast-codegen.h
diff --git a/src/fast-codegen.h b/src/fast-codegen.h
index ee2e1d345ecfc913b9fd1b121b4c897042e5e9db..0c5f2a44fbb2eb47ee4fe251826df1db803dbefd 100644
--- a/src/fast-codegen.h
+++ b/src/fast-codegen.h
@@ -70,6 +70,7 @@ class FastCodeGenerator: public AstVisitor {
void TestAndBranch(Register source, Label* true_label, Label* false_label);
void VisitDeclarations(ZoneList<Declaration*>* declarations);
+ void VisitCondition(Expression* expression, Label* on_true, Label* on_false);
Kevin Millikin (Chromium) 2009/11/12 14:23:13 Please do not call this Visit, because it's not pa
Lasse Reichstein 2009/11/13 08:54:37 I'll call it something else if I revisit the idea.
void DeclareGlobals(Handle<FixedArray> pairs);
// Platform-specific return sequence

Powered by Google App Engine
This is Rietveld 408576698