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

  /external/webkit/JavaScriptCore/runtime/
JSCell.h 121 bool fastGetOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
JSObject.h 376 ALWAYS_INLINE bool JSCell::fastGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
389 if (object->fastGetOwnPropertySlot(exec, propertyName, slot))
605 if (cell->fastGetOwnPropertySlot(exec, propertyName, slot))

Completed in 26 milliseconds