Searched refs:IsRegExp (Results 1 – 4 of 4) sorted by relevance
267 napi_value IsRegExp(napi_env env, napi_value src) const;
386 napi_value Types::IsRegExp(napi_env env, napi_value src) const in IsRegExp() function in OHOS::Util::Types
1482 static napi_value IsRegExp(napi_env env, napi_callback_info info) in IsRegExp() function1492 napi_value result = object->IsRegExp(env, args); in IsRegExp()1781 DECLARE_NAPI_FUNCTION("isRegExp", IsRegExp), in TypeofInit()
3169 *result = nativeValue->IsRegExp(vm); in napi_is_reg_exp()