| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index e6f8b259dadf86be77a7679978136419d931620f..8ee794c4f24ddf63043b44db3d67b7cc34c9d32c 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,
|
|
|