| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 88e9d0332ea927daa913fdb9cbdbcd943f8bed2c..8a4f8700e687625fec409cdbf587626cb2b56588 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -5039,6 +5039,9 @@ class AbstractType : public Instance {
|
| // Check if this type represents the 'num' type.
|
| bool IsNumberType() const;
|
|
|
| + // Check if this type represents the '_Smi' type.
|
| + bool IsSmiType() const;
|
| +
|
| // Check if this type represents the 'String' type.
|
| bool IsStringType() const;
|
|
|
|
|