Home
last modified time | relevance | path

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

/base/web/webview/test/unittest/nweb_value_test/
Dnweb_value_test.cpp138 nwebValue->IsBoolean();
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h32 bool IsBoolean(const napi_env env, const napi_value value);
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_value.h250 bool IsBoolean() in IsBoolean() function
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_processor.cpp100 if (value == nullptr || !NapiUtil::IsBoolean(env, value)) { in GenConfigBoolProp()
Dnapi_util.cpp44 bool IsBoolean(const napi_env env, const napi_value value) in IsBoolean() function