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

/external/webkit/Source/JavaScriptCore/API/
H A DJSBase.h53 /*! @typedef JSPropertyNameAccumulatorRef An ordered set used to collect the names of a JavaScript object's properties. */
54 typedef struct OpaqueJSPropertyNameAccumulator* JSPropertyNameAccumulatorRef; typedef in typeref:struct:OpaqueJSPropertyNameAccumulator
H A DAPICast.h45 typedef struct OpaqueJSPropertyNameAccumulator* JSPropertyNameAccumulatorRef; typedef in typeref:struct:OpaqueJSPropertyNameAccumulator
98 inline JSC::PropertyNameArray* toJS(JSPropertyNameAccumulatorRef a)
143 inline JSPropertyNameAccumulatorRef toRef(JSC::PropertyNameArray* l)
145 return reinterpret_cast<JSPropertyNameAccumulatorRef>(l);

Completed in 62 milliseconds