Home
last modified time | relevance | path

Searched refs:res4 (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp162 napi_value res4 = nullptr; in HWTEST_F() local
165 napi_call_function(env, nullptr, cb, argc, argv, &res4); in HWTEST_F()
166 ASSERT_CHECK_VALUE_TYPE(env, res4, napi_undefined); in HWTEST_F()
615 napi_value res4 = nullptr; in HWTEST_F() local
617 napi_call_function(env, nullptr, cb, argc2, argv2, &res4); in HWTEST_F()
618 ASSERT_CHECK_VALUE_TYPE(env, res4, napi_undefined); in HWTEST_F()
812 napi_value res4 = nullptr; in HWTEST_F() local
815 napi_call_function(env, nullptr, cb, argc, argv, &res4); in HWTEST_F()
816 ASSERT_CHECK_VALUE_TYPE(env, res4, napi_undefined); in HWTEST_F()

Completed in 3 milliseconds