Chromium Code Reviews| Index: src/property.h |
| =================================================================== |
| --- src/property.h (revision 1458) |
| +++ src/property.h (working copy) |
| @@ -356,6 +356,10 @@ |
| return type() == NULL_DESCRIPTOR; |
| } |
| + bool IsProperty() { |
| + return type() < FIRST_PHANTOM_PROPERTY_TYPE; |
| + } |
| + |
| JSFunction* GetConstantFunction() { return JSFunction::cast(GetValue()); } |
| AccessorDescriptor* GetCallbacks() { |