Home
last modified time | relevance | path

Searched refs:napiFunc (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp116 napi_value napiFunc = nullptr; in GetJsLeakModule() local
117 napi_status status = napi_get_named_property(env, global, REQUIRE_NAPI, &napiFunc); in GetJsLeakModule()
126 status = napi_call_function(env, global, napiFunc, 1, &param[0], &requireValue); in GetJsLeakModule()