Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_watch.cpp138 if (!NapiUtil::IsFunction(env, trigger)) { in IsValidTrigger()
150 if (!NapiUtil::IsFunction(env, receive)) { in IsValidReceive()
Dnapi_hiappevent_builder.cpp220 if (NapiUtil::IsFunction(env, callback)) { in BuildCallback()
Dnapi_util.cpp59 bool IsFunction(const napi_env env, const napi_value value) in IsFunction() function
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h36 bool IsFunction(const napi_env env, const napi_value value);