Searched refs:resValueType (Results 1 – 2 of 2) sorted by relevance
/base/time/time_service/framework/js/napi/common/src/ |
D | napi_utils.cpp | 187 napi_valuetype resValueType = napi_undefined; in ParseParametersBySetTime() local 194 NAPI_CALL(env, napi_typeof(env, getTimeResult, &resValueType)); in ParseParametersBySetTime() 195 NAPI_ASSERTP(env, resValueType == napi_number, "type mismatch"); in ParseParametersBySetTime()
|
/base/time/time_service/framework/js/napi/system_date_time/src/ |
D | napi_system_date_time.cpp | 115 napi_valuetype resValueType = napi_undefined; in SetDate() local 123 napi_typeof(env, getTimeResult, &resValueType); in SetDate() 124 …CHECK_ARGS_RETURN_VOID(TIME_MODULE_JS_NAPI, setDateContext, resValueType == napi_number, "type mis… in SetDate()
|