Changeset 31225 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Mar 21, 2008, 7:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r31114 r31225 404 404 virtual JSObject *toObject(ExecState *exec) const; 405 405 406 bool getPropertyAttributes(const Identifier& propertyName, unsigned& attributes) const;406 virtual bool getPropertyAttributes(const Identifier& propertyName, unsigned& attributes) const; 407 407 408 408 // WebCore uses this to make document.all and style.filter undetectable
Note:
See TracChangeset
for help on using the changeset viewer.