Changeset 59800 in webkit for trunk/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- May 19, 2010, 6:01:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.h
r57192 r59800 177 177 void putDirectFunction(const Identifier& propertyName, JSCell* value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot); 178 178 void putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr = 0); 179 void putDirectFunction(ExecState* exec, JSFunction* function, unsigned attr = 0); 179 180 180 181 void putDirectWithoutTransition(const Identifier& propertyName, JSValue value, unsigned attr = 0); 181 182 void putDirectFunctionWithoutTransition(const Identifier& propertyName, JSCell* value, unsigned attr = 0); 182 183 void putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr = 0); 184 void putDirectFunctionWithoutTransition(ExecState* exec, JSFunction* function, unsigned attr = 0); 183 185 184 186 // Fast access to known property offsets.
Note:
See TracChangeset
for help on using the changeset viewer.