Changeset 37645 in webkit for trunk/JavaScriptCore/kjs/JSObject.cpp
- Timestamp:
- Oct 16, 2008, 7:57:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.cpp
r37400 r37645 491 491 } 492 492 493 void JSObject::putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr) 494 { 495 putDirectWithoutTransition(Identifier(exec, function->name(&exec->globalData())), function, attr); 496 } 497 493 498 NEVER_INLINE void JSObject::fillGetterPropertySlot(PropertySlot& slot, JSValue** location) 494 499 {
Note:
See TracChangeset
for help on using the changeset viewer.