Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.h58 static std::string GetConstructorName(napi_env env, napi_value object);
H A Dnapi_helper.cpp280 std::string NapiHelper::GetConstructorName(napi_env env, napi_value object) in GetConstructorName() function in Commonlibrary::Concurrent::Common::Helper::NapiHelper
/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp533 std::string resVal = NapiHelper::GetConstructorName(env, testInstance); in HWTEST_F()
/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp247 std::string ctorVal = Helper::NapiHelper::GetConstructorName(env, argv[0]); in Dir()

Completed in 9 milliseconds