Changeset 11923 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Jan 7, 2006, 2:32:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r11773 r11923 492 492 UString toString(ExecState *exec) const; 493 493 JSObject *toObject(ExecState *exec) const; 494 494 495 495 bool getPropertyAttributes(const Identifier& propertyName, int& attributes) const; 496 497 // Returns whether the object should be treated as null when doing equality comparisons 498 virtual bool isEqualToNull(ExecState *) const { return false; } 496 499 497 500 // This get function only looks at the property map.
Note:
See TracChangeset
for help on using the changeset viewer.