Changeset 15557 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Jul 21, 2006, 11:50:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r15468 r15557 471 471 bool getPropertyAttributes(const Identifier& propertyName, unsigned& attributes) const; 472 472 473 // Returns whether the object should be treated as undefined when doing equality comparisons473 // WebCore uses this to make document.all and style.filter undetectable 474 474 virtual bool masqueradeAsUndefined() const { return false; } 475 475
Note:
See TracChangeset
for help on using the changeset viewer.