Changeset 31962 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- Apr 16, 2008, 1:58:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r31807 r31962 161 161 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&); 162 162 virtual void put(ExecState*, const Identifier&, JSValue*); 163 virtual void initializeVariable(ExecState*, const Identifier&, JSValue*, unsigned attributes);163 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue* value, unsigned attributes); 164 164 165 165 // Linked list of all global objects.
Note:
See TracChangeset
for help on using the changeset viewer.