Searched refs:ValueIsFunction (Results 1 – 8 of 8) sorted by relevance
199 if (JSI::ValueIsFunction(jsSuccessFunc_)) { in OnClick()202 if (JSI::ValueIsFunction(jsCompleteFunc_)) { in OnClick()221 if (JSI::ValueIsFunction(jsCancelFunc_)) { in OnClick()224 if (JSI::ValueIsFunction(jsCompleteFunc_)) { in OnClick()
103 if (success == nullptr || JSI::ValueIsUndefined(success) || !JSI::ValueIsFunction(success)) { in OnSuccess()119 if (fail == nullptr || JSI::ValueIsUndefined(fail) || !JSI::ValueIsFunction(fail)) { in OnFail()132 if (complete == nullptr || JSI::ValueIsUndefined(complete) || !JSI::ValueIsFunction(complete)) { in OnComplete()
161 if ((!JSI::ValueIsUndefined(callback)) && JSI::ValueIsFunction(callback)) { in OnSetActionSuccess()171 if ((!JSI::ValueIsUndefined(fail)) && JSI::ValueIsFunction(fail)) { in OnSetActionFail()184 if ((!JSI::ValueIsUndefined(callback)) && JSI::ValueIsFunction(callback)) { in OnSetActionComplete()
196 bool res1 = JSI::ValueIsFunction(func); in JSIInterfaceTest005()202 bool res2 = JSI::ValueIsFunction(undefined); in JSIInterfaceTest005()1076 bool res1 = JSI::ValueIsFunction(func); in JSIInterfaceTest029()1082 bool res2 = JSI::ValueIsFunction(undefined); in JSIInterfaceTest029()
199 static bool ValueIsFunction(JSIValue value);
72 if (JSI::ValueIsFunction(callback_)) { in OnTrigger()
321 if (!JSI::ValueIsFunction(callback)) { in CreateAudioEventListener()
216 bool JSI::ValueIsFunction(JSIValue value) in ValueIsFunction() function in OHOS::ACELite::JSI430 if (!ValueIsFunction(funcObj)) { in CallFunction()