Changeset 429 for trunk/JavaScriptCore/kjs/JSStaticScopeObject.h
- Timestamp:
- 08/04/08 12:23:14 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/kjs/JSStaticScopeObject.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/kjs/JSStaticScopeObject.h
r419 r429 54 54 virtual ~JSStaticScopeObject(); 55 55 bool isDynamicScope() const; 56 virtual JSObject* toThisObject(ExecState*) const; 56 57 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&); 57 58 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&, bool& slotIsWriteable); 59 virtual void put(ExecState*, const Identifier&, JSValue*); 58 60 void putWithAttributes(ExecState*, const Identifier&, JSValue*, unsigned attributes); 59 61 };
