Home
last modified time | relevance | path

Searched refs:IsRegExp (Results 1 - 3 of 3) sorted by relevance

/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.cpp1383 static napi_value IsRegExp(napi_env env, napi_callback_info info) in IsRegExp() function
1393 napi_value result = object->IsRegExp(env, args); in IsRegExp()
1678 DECLARE_NAPI_FUNCTION("isRegExp", IsRegExp), in TypeofInit()

Completed in 9 milliseconds