Searched refs:resValueType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/time/time_service/framework/js/napi/common/src/ |
H A D | napi_utils.cpp | 191 napi_valuetype resValueType = napi_undefined; in ParseParametersBySetTime() local 198 NAPI_CALL(env, napi_typeof(env, getTimeResult, &resValueType)); in ParseParametersBySetTime() 199 NAPI_ASSERTP_RETURN(env, resValueType == napi_number, "type mismatch"); in ParseParametersBySetTime()
|
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/ |
H A D | napi_system_date_time.cpp | 117 napi_valuetype resValueType = napi_undefined; in SetDate() local 125 napi_typeof(env, getTimeResult, &resValueType); in SetDate() 126 CHECK_ARGS_RETURN_VOID(TIME_MODULE_JS_NAPI, setDateContext, resValueType == napi_number, in SetDate()
|