Searched refs:napiFunc (Results 1 – 1 of 1) sorted by relevance
116 napi_value napiFunc = nullptr; in GetJsLeakModule() local117 napi_status status = napi_get_named_property(env, global, REQUIRE_NAPI, &napiFunc); in GetJsLeakModule()126 status = napi_call_function(env, global, napiFunc, 1, ¶m[0], &requireValue); in GetJsLeakModule()