| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index b2daac8337a86919575846b11d59050d04deff41..1a1e1e9af39c987a302c5d3ef481498c2da867ff 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -342,6 +342,11 @@ class EffectGraphVisitor : public AstNodeVisitor {
|
| intptr_t offset,
|
| const Type& type,
|
| intptr_t class_id);
|
| + // Assumes setter parameter is named 'value'. Returns null constant.
|
| + ConstantInstr* DoNativeSetterStoreValue(
|
| + NativeBodyNode* node,
|
| + intptr_t offset,
|
| + StoreBarrierType emit_store_barrier);
|
|
|
| // Helpers for translating parts of the AST.
|
| void BuildPushArguments(const ArgumentListNode& node,
|
|
|