Changeset 437 for trunk/JavaScriptCore/kjs/JSObject.cpp
- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/kjs/JSObject.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/kjs/JSObject.cpp
r381 r437 466 466 } 467 467 468 void JSObject::fillGetterPropertySlot(PropertySlot& slot, JSValue** location)468 NEVER_INLINE void JSObject::fillGetterPropertySlot(PropertySlot& slot, JSValue** location) 469 469 { 470 470 if (JSObject* getterFunction = static_cast<GetterSetter*>(*location)->getter())
