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

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DAPICast.h44 typedef struct OpaqueJSPropertyNameAccumulator* JSPropertyNameAccumulatorRef; typedef in typeref:struct:OpaqueJSPropertyNameAccumulator
114 inline JSC::PropertyNameArray* toJS(JSPropertyNameAccumulatorRef a)
159 inline JSPropertyNameAccumulatorRef toRef(JSC::PropertyNameArray* l)
161 return reinterpret_cast<JSPropertyNameAccumulatorRef>(l);
H A DJSBase.h57 /*! @typedef JSPropertyNameAccumulatorRef An ordered set used to collect the names of a JavaScript object's properties. */
58 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.cpp651 void JSPropertyNameAccumulatorAddName(JSPropertyNameAccumulatorRef array, JSStringRef propertyName)
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c240 static void MyObject_getPropertyNames(JSContextRef context, JSObjectRef object, JSPropertyNameAccumulatorRef propertyNames)
508 static void PropertyCatchalls_getPropertyNames(JSContextRef context, JSObjectRef object, JSPropertyNameAccumulatorRef propertyNames)

Completed in 133 milliseconds