Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp97 napi_value requireValue = GetJsLeakModule(env, global); in GetCheckList() local
98 if (requireValue == nullptr) { in GetCheckList()
102 napi_value result = GetMethodCheck(env, requireValue, global); in GetCheckList()
125 napi_value requireValue = nullptr; in GetJsLeakModule() local
126 status = napi_call_function(env, global, napiFunc, 1, &param[0], &requireValue); in GetJsLeakModule()
131 return requireValue; in GetJsLeakModule()
134 napi_value DumpRuntimeHelper::GetMethodCheck(napi_env env, napi_value requireValue, napi_value glob… in GetMethodCheck() argument
137 napi_status status = napi_get_named_property(env, requireValue, CHECK, &methodCheck); in GetMethodCheck()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Ddump_runtime_helper.h38 napi_value GetMethodCheck(napi_env env, napi_value requireValue, napi_value global);