Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_types.h267 napi_value IsRegExp(napi_env env, napi_value src) const;
H A Djs_types.cpp386 napi_value Types::IsRegExp(napi_env env, napi_value src) const in IsRegExp() function in OHOS::Util::Types
H A Dnative_module_util.cpp1482 static napi_value IsRegExp(napi_env env, napi_callback_info info) in IsRegExp() function
1492 napi_value result = object->IsRegExp(env, args); in IsRegExp()
1781 DECLARE_NAPI_FUNCTION("isRegExp", IsRegExp), in TypeofInit()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3169 *result = nativeValue->IsRegExp(vm); in napi_is_reg_exp()