Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 8354) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -305,6 +305,7 @@ |
| // ObjectKind predicates. |
| static bool IsErrorClassId(intptr_t index); |
| + static bool IsInstanceClassIndex(intptr_t index); |
|
Ivan Posva
2012/06/11 16:45:02
Where is the implementation for this?
turnidge
2012/06/12 20:51:46
Nowhere. Reverted this file.
|
| static bool IsNumberClassId(intptr_t index); |
| static bool IsIntegerClassId(intptr_t index); |
| static bool IsStringClassId(intptr_t index); |