Changeset 51971 in webkit for trunk/JavaScriptCore/debugger/DebuggerActivation.h
- Timestamp:
- Dec 10, 2009, 4:06:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/debugger/DebuggerActivation.h
r49721 r51971 44 44 virtual bool deleteProperty(ExecState*, const Identifier& propertyName); 45 45 virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&); 46 virtual bool get PropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attributes) const;46 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&); 47 47 virtual void defineGetter(ExecState*, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes); 48 48 virtual void defineSetter(ExecState*, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes);
Note:
See TracChangeset
for help on using the changeset viewer.