Changeset 48336 in webkit for trunk/JavaScriptCore/runtime/JSVariableObject.h
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSVariableObject.h
r48331 r48336 50 50 51 51 virtual bool deleteProperty(ExecState*, const Identifier&); 52 virtual void get PropertyNames(ExecState*, PropertyNameArray&);52 virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&); 53 53 54 54 virtual bool isVariableObject() const;
Note:
See TracChangeset
for help on using the changeset viewer.