Searched refs:JSObjectCopyPropertyNames (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptGlue/
H A DJSValueWrapper.h50 static CFArrayRef JSObjectCopyPropertyNames(void *data);
H A DJSValueWrapper.cpp54 callBacks.copyPropertyNames = (JSObjectCopyPropertyNamesProcPtr)JSValueWrapper::JSObjectCopyPropertyNames;
68 CFArrayRef JSValueWrapper::JSObjectCopyPropertyNames(void *data) function in class:JSValueWrapper
H A DJavaScriptGlue.h91 CFArrayRef JSObjectCopyPropertyNames(JSObjectRef ref) DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER;
H A DJavaScriptGlue.cpp413 CFArrayRef JSObjectCopyPropertyNames(JSObjectRef ref) function
/external/webkit/Source/JavaScriptCore/API/
H A DJSObjectRef.h194 Property name accumulators are used by JSObjectCopyPropertyNames and JavaScript for...in loops.
648 JS_EXPORT JSPropertyNameArrayRef JSObjectCopyPropertyNames(JSContextRef ctx, JSObjectRef object);
H A DJSObjectRef.cpp498 JSPropertyNameArrayRef JSObjectCopyPropertyNames(JSContextRef ctx, JSObjectRef object) function
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c1280 JSPropertyNameArrayRef nameArray = JSObjectCopyPropertyNames(context, o);

Completed in 114 milliseconds