Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 16063) |
| +++ runtime/vm/object.h (working copy) |
| @@ -611,6 +611,9 @@ |
| // Check if this class represents the 'Object' class. |
| bool IsObjectClass() const { return id() == kInstanceCid; } |
| + // Check if this class represents the 'Function' class. |
| + bool IsFunctionClass() const; |
| + |
| // Check if this class represents the 'List' class. |
| bool IsListClass() const; |