HomeSort by relevance Sort by last modified time
    Searched refs:fastGetOwnPropertySlot (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.cpp 95 if (base->fastGetOwnPropertySlot(exec, propertyName, slot))
  /external/webkit/Source/JavaScriptCore/runtime/
JSCell.h 139 // fastGetOwnPropertySlot to getOwnPropertySlot. Callers should always
142 bool fastGetOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
JSObject.h 508 ALWAYS_INLINE bool JSCell::fastGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
521 if (object->fastGetOwnPropertySlot(exec, propertyName, slot))
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 134 milliseconds