Changeset 35750 in webkit for trunk/JavaScriptCore/kjs/JSObject.cpp
- Timestamp:
- Aug 13, 2008, 8:43:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.cpp
r35027 r35750 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())
Note:
See TracChangeset
for help on using the changeset viewer.