Searched refs:JSObjectCreateWithCFType (Results 1 – 3 of 3) sorted by relevance
382 JSObjectRef JSObjectCreateWithCFType(CFTypeRef inRef) in JSObjectCreateWithCFType() function469 result = JSObjectCreateWithCFType(cfResult); in CFJSObjectCopyProperty()636 JSObjectRef jsValue = JSObjectCreateWithCFType(cfValue); in JSCreateJSArrayFromCFArray()638 if (!jsValue) jsValue = JSObjectCreateWithCFType(GetCFNull()); in JSCreateJSArrayFromCFArray()
87 JSObjectRef JSObjectCreateWithCFType(CFTypeRef inRef) DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER;
2136 (JSObjectCreateWithCFType):