Home
last modified time | relevance | path

Searched refs:fastGetOwnPropertySlot (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.h508 ALWAYS_INLINE bool JSCell::fastGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, … in fastGetOwnPropertySlot() function
521 if (object->fastGetOwnPropertySlot(exec, propertyName, slot)) in getPropertySlot()
764 if (cell->fastGetOwnPropertySlot(exec, propertyName, slot)) in get()
DJSCell.h142 bool fastGetOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp95 if (base->fastGetOwnPropertySlot(exec, propertyName, slot)) in operationGetByVal()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp2353 if (baseValue.asCell()->fastGetOwnPropertySlot(callFrame, propertyName, slot)) { in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1622262 (JSC::JSCell::fastGetOwnPropertySlot):
27125 * kjs/JSCell.h: Added declaration of fastGetOwnPropertySlot; a non-virtual
27157 between getOwnPropertySlot and fastGetOwnPropertySlot.
27161 (JSC::JSCell::fastGetOwnPropertySlot): Added. Checks the
27164 (JSC::JSObject::getPropertySlot): Changed to call fastGetOwnPropertySlot.
27165 (JSC::JSValue::get): Changed to call fastGetOwnPropertySlot.
DChangeLog-2010-05-2416668 (JSC::JSCell::fastGetOwnPropertySlot):