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