Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp136 napi_value methodCheck = nullptr; in GetMethodCheck() local
137 napi_status status = napi_get_named_property(env, requireValue, CHECK, &methodCheck); in GetMethodCheck()
143 status = napi_typeof(env, methodCheck, &valuetype); in GetMethodCheck()
149 status = napi_call_function(env, global, methodCheck, 0, nullptr, &result); in GetMethodCheck()