Searched refs:fastGetOwnPropertySlot (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSObject.h | 508 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()
|
D | JSCell.h | 142 bool fastGetOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGOperations.cpp | 95 if (base->fastGetOwnPropertySlot(exec, propertyName, slot)) in operationGetByVal()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 2353 if (baseValue.asCell()->fastGetOwnPropertySlot(callFrame, propertyName, slot)) { in DEFINE_STUB_FUNCTION()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 22262 (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.
|
D | ChangeLog-2010-05-24 | 16668 (JSC::JSCell::fastGetOwnPropertySlot):
|