Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.cpp661 bool IsCallableObject(napi_env env, napi_value& value, std::vector<std::string>* methodNameList) in IsCallableObject() function
727 if (IsCallableObject(env, value, &methodNameList)) { in ParseNapiValue2NwebValue()
753 if (IsCallableObject(env, *value, &methodNameList)) { in ParseNapiValue2NwebValue()