Changeset 51971 in webkit for trunk/JavaScriptCore/runtime/JSVariableObject.h
- Timestamp:
- Dec 10, 2009, 4:06:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSVariableObject.h
r49721 r51971 54 54 virtual bool isVariableObject() const; 55 55 virtual bool isDynamicScope() const = 0; 56 57 virtual bool getPropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attributes) const;58 56 59 57 Register& registerAt(int index) const { return d->registers[index]; }
Note:
See TracChangeset
for help on using the changeset viewer.