Changeset 32652 in webkit for trunk/JavaScriptCore/kjs/JSVariableObject.h
- Timestamp:
- Apr 28, 2008, 11:22:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSVariableObject.h
r32609 r32652 51 51 virtual bool isDynamicScope() const = 0; 52 52 53 virtual bool getPropertyAttributes( const Identifier& propertyName, unsigned& attributes) const;53 virtual bool getPropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attributes) const; 54 54 55 55 protected:
Note:
See TracChangeset
for help on using the changeset viewer.