Searched refs:JSPropertyNameAccumulatorRef (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
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);
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 DJSObjectRef.h192 void GetPropertyNames(JSContextRef ctx, JSObjectRef object, JSPropertyNameAccumulatorRef propertyNames);
199 (*JSObjectGetPropertyNamesCallback) (JSContextRef ctx, JSObjectRef object, JSPropertyNameAccumulatorRef propertyNames);
688 JS_EXPORT void JSPropertyNameAccumulatorAddName(JSPropertyNameAccumulatorRef accumulator, JSStringRef propertyName);
H A DJSObjectRef.cpp542 void JSPropertyNameAccumulatorAddName(JSPropertyNameAccumulatorRef array, JSStringRef propertyName)
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c224 static void MyObject_getPropertyNames(JSContextRef context, JSObjectRef object, JSPropertyNameAccumulatorRef propertyNames)

Completed in 96 milliseconds