| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 31283)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -1735,9 +1735,9 @@
|
| }
|
|
|
| bool IsOptimizable() const;
|
| - bool IsNativeLeaf() const;
|
| + bool IsNativeAutoSetupScope() const;
|
| void SetIsOptimizable(bool value) const;
|
| - void SetIsNativeLeaf(bool value) const;
|
| + void SetIsNativeAutoSetupScope(bool value) const;
|
|
|
| bool has_finally() const {
|
| return HasFinallyBit::decode(raw_ptr()->kind_tag_);
|
|
|