| Index: vm/flow_graph_builder.h
|
| ===================================================================
|
| --- vm/flow_graph_builder.h (revision 9930)
|
| +++ vm/flow_graph_builder.h (working copy)
|
| @@ -148,6 +148,8 @@
|
| // Helpers for translating parts of the AST.
|
| void TranslateArgumentList(const ArgumentListNode& node,
|
| ZoneGrowableArray<Value*>* values);
|
| + void BuildPushArguments(const ArgumentListNode& node,
|
| + ZoneGrowableArray<PushArgumentInstr*>* values);
|
|
|
| // Creates an instantiated type argument vector used in preparation of an
|
| // allocation call.
|
|
|