Searched defs:getPropertySlot (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.h101 bool getPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
102 bool getPropertySlot(ExecState*, unsigned propertyName, PropertySlot&);
517 ALWAYS_INLINE bool JSObject::getPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::JSObject
530 ALWAYS_INLINE bool JSObject::getPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) function in class:JSC::JSObject
546 if (const_cast<JSObject*>(this)->getPropertySlot(exec, propertyName, slot))
555 if (const_cast<JSObject*>(this)->getPropertySlot(exec, propertyName, slot))
758 if (!prototype->getPropertySlot(exec, propertyName, slot))
783 if (!prototype->getPropertySlot(exec, propertyName, slot))

Completed in 52 milliseconds