Searched refs:ret_value (Results 1 - 3 of 3) sorted by relevance
/base/global/i18n/interfaces/js/kits/src/ |
H A D | holiday_manager_addon.cpp | 221 napi_value ret_value = nullptr; in GetDateValue() local 222 status = napi_call_function(env, value, funcGetDateInfo, 0, nullptr, &ret_value); in GetDateValue() 228 status = napi_get_value_int32(env, ret_value, &val); in GetDateValue()
|
H A D | i18n_calendar_addon.cpp | 767 napi_value ret_value = nullptr; in GetDate() local 768 status = napi_call_function(env, value, funcGetDateInfo, 0, nullptr, &ret_value); in GetDate() 773 return ret_value; in GetDate()
|
H A D | intl_addon.cpp | 654 napi_value ret_value = nullptr; in GetMilliseconds() local 655 status = napi_call_function(env, argv[index], funcGetDateInfo, 0, nullptr, &ret_value); in GetMilliseconds() 661 status = napi_get_value_int64(env, ret_value, &milliseconds); in GetMilliseconds()
|
Completed in 6 milliseconds