Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp255 napi_value transValue = nullptr; in Dir() local
256 napi_call_function(env, jsonValue, stringifyValue, 1, &argv[0], &transValue); in Dir()
257 if (transValue == nullptr) { in Dir()
261 std::string content = Helper::NapiHelper::GetPrintString(env, transValue); in Dir()

Completed in 3 milliseconds