Changeset 12489 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Jan 30, 2006, 11:41:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r12317 r12489 495 495 bool getPropertyAttributes(const Identifier& propertyName, int& attributes) const; 496 496 497 // Returns whether the object should be treated as nullwhen doing equality comparisons498 virtual bool isEqualToNull(ExecState *) const { return false; }497 // Returns whether the object should be treated as undefined when doing equality comparisons 498 virtual bool masqueradeAsUndefined() const { return false; } 499 499 500 500 // This get function only looks at the property map.
Note:
See TracChangeset
for help on using the changeset viewer.