Changeset 37747 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Oct 20, 2008, 2:27:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r37684 r37747 158 158 void putDirect(const Identifier& propertyName, JSValuePtr value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot); 159 159 void putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr = 0); 160 void putDirectWithoutTransition(const Identifier& propertyName, JSValuePtr value, unsigned attr );161 void putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr );160 void putDirectWithoutTransition(const Identifier& propertyName, JSValuePtr value, unsigned attr = 0); 161 void putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr = 0); 162 162 163 163 // Fast access to known property offsets.
Note:
See TracChangeset
for help on using the changeset viewer.