Searched refs:ValueToNumber (Results 1 – 9 of 9) sorted by relevance
203 static_cast<int16_t>(JSI::ValueToNumber(point_x)), in DumpDomTree()204 static_cast<int16_t>(JSI::ValueToNumber(point_y)) in DumpDomTree()206 data[i].state = static_cast<uint16_t>(JSI::ValueToNumber(state)); in DumpDomTree()
166 double param2 = JSI::ValueToNumber(args[ARGC_ONE]); in TestGeneralFunc()187 double newValue = JSI::ValueToNumber(args[0]); in Setter()
58 int32_t paramValue = (int32_t)JSI::ValueToNumber(valueJSIValue); in CheckIsNumberAndAssignIntParam()73 uint32_t paramValue = (uint32_t)JSI::ValueToNumber(valueJSIValue); in CheckIsNumberAndAssignUintParam()88 uint64_t paramValue = (uint64_t)JSI::ValueToNumber(valueJSIValue); in CheckIsNumberAndAssignUlongParam()352 uint64_t handle = (uint64_t)JSI::ValueToNumber(args[index]); in HksParseHandle()
194 int32_t domain = static_cast<int32_t>(JSI::ValueToNumber(args[FIRST])); in IsLoggable()204 int32_t level = static_cast<int32_t>(JSI::ValueToNumber(args[THIRD])); in IsLoggable()250 int32_t domain = static_cast<int32_t>(JSI::ValueToNumber(args[FIRST])); in HilogImpl()
127 int64_t currentTime = static_cast<int64_t>(JSI::ValueToNumber(args[0])); in CurrentTimeSetter()184 float volume = static_cast<float>(JSI::ValueToNumber(args[0])); in VolumeSetter()
498 static double ValueToNumber(JSIValue value);
123 ivLen = JSI::ValueToNumber(jsIvLen); in Aes()
58 double newValue = JSI::ValueToNumber(args[0]); in Setter()244 int32_t numValue = (int32_t)JSI::ValueToNumber(num); in JSIInterfaceTest006()597 int32_t num = (int32_t)JSI::ValueToNumber(numValueGet); in JSIInterfaceTest017()
368 double res = ValueToNumber(propValue); in GetNumberProperty()715 double JSI::ValueToNumber(JSIValue value) in ValueToNumber() function in OHOS::ACELite::JSI