Searched refs:getStringPropertyDescriptor (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DStringObject.cpp69 if (internalValue()->getStringPropertyDescriptor(exec, propertyName, descriptor))
H A DJSString.cpp292 bool JSString::getStringPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) function in class:JSC::JSString
311 if (getStringPropertyDescriptor(exec, propertyName, descriptor))
H A DJSString.h344 bool getStringPropertyDescriptor(ExecState*, const Identifier& propertyName, PropertyDescriptor&);

Completed in 77 milliseconds