| Index: vm/flow_graph_builder.h
|
| ===================================================================
|
| --- vm/flow_graph_builder.h (revision 10115)
|
| +++ vm/flow_graph_builder.h (working copy)
|
| @@ -193,9 +193,10 @@
|
| Value** array,
|
| Value** index,
|
| Value** value);
|
| - void BuildInstanceSetterValues(InstanceSetterNode* node,
|
| - Value** receiver,
|
| - Value** value);
|
| + void BuildInstanceSetterArguments(
|
| + InstanceSetterNode* node,
|
| + ZoneGrowableArray<PushArgumentInstr*>* arguments,
|
| + bool result_is_needed);
|
|
|
| virtual void BuildTypeTest(ComparisonNode* node);
|
| virtual void BuildTypeCast(ComparisonNode* node);
|
|
|