| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 25054)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -689,6 +689,8 @@
|
| // 'F<T, R>(T, [b: B, c: C]) => R', then its signature type is a parameterized
|
| // type with this class as the type class and type parameters 'T' and 'R'
|
| // as its type argument vector.
|
| + // SignatureType is used as the type of formal parameters representing a
|
| + // function.
|
| RawType* SignatureType() const;
|
|
|
| RawLibrary* library() const { return raw_ptr()->library_; }
|
|
|