| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index dc2abcc09e0f902ab0c7e6f1e94833d8042dae34..69ade36c5bcdd5ef415b8593b1d3219bf0b90738 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2147,6 +2147,9 @@ class Function : public Object {
|
| void SetRegExpData(const JSRegExp& regexp,
|
| intptr_t string_specialization_cid) const;
|
|
|
| + RawString* native_name() const;
|
| + void set_native_name(const String& name) const;
|
| +
|
| RawAbstractType* result_type() const { return raw_ptr()->result_type_; }
|
| void set_result_type(const AbstractType& value) const;
|
|
|
|
|