Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/API/
DAPICast.h45 typedef struct OpaqueJSPropertyNameAccumulator* JSPropertyNameAccumulatorRef; typedef
98 inline JSC::PropertyNameArray* toJS(JSPropertyNameAccumulatorRef a) in toJS()
143 inline JSPropertyNameAccumulatorRef toRef(JSC::PropertyNameArray* l) in toRef()
145 return reinterpret_cast<JSPropertyNameAccumulatorRef>(l); in toRef()
DJSBase.h54 typedef struct OpaqueJSPropertyNameAccumulator* JSPropertyNameAccumulatorRef; typedef
DJSObjectRef.h199 …PropertyNamesCallback) (JSContextRef ctx, JSObjectRef object, JSPropertyNameAccumulatorRef propert…
688 JS_EXPORT void JSPropertyNameAccumulatorAddName(JSPropertyNameAccumulatorRef accumulator, JSStringR…
DJSObjectRef.cpp542 void JSPropertyNameAccumulatorAddName(JSPropertyNameAccumulatorRef array, JSStringRef propertyName) in JSPropertyNameAccumulatorAddName()
/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c224 …ct_getPropertyNames(JSContextRef context, JSObjectRef object, JSPropertyNameAccumulatorRef propert… in MyObject_getPropertyNames()