Searched refs:ValueIsBoolean (Results 1 – 5 of 5) sorted by relevance
306 bool res1 = JSI::ValueIsBoolean(jsBool); in JSIInterfaceTest008()312 bool res2 = JSI::ValueIsBoolean(undefined); in JSIInterfaceTest008()960 bool res1 = JSI::ValueIsBoolean(jsBool); in JSIInterfaceTest026()966 bool res2 = JSI::ValueIsBoolean(undefined); in JSIInterfaceTest026()
235 static bool ValueIsBoolean(JSIValue value);
143 visible = JSI::ValueIsBoolean(visibleInput) ? JSI::ValueToBoolean(visibleInput) : false; in ScreenOnVisible()
102 if (JSI::ValueIsBoolean(valueJSIValue)) { in CheckIsBoolAndAssignBoolParam()
256 bool JSI::ValueIsBoolean(JSIValue value) in ValueIsBoolean() function in OHOS::ACELite::JSI