Changeset 44757 in webkit for trunk/JavaScriptCore/runtime/JSStaticScopeObject.h
- Timestamp:
- Jun 17, 2009, 2:11:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSStaticScopeObject.h
r44224 r44757 55 55 virtual JSObject* toThisObject(ExecState*) const; 56 56 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&); 57 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&, bool& slotIsWriteable);58 57 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&); 59 58 void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes);
Note:
See TracChangeset
for help on using the changeset viewer.