Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp93 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()
128 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()
163 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp391 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in EndsWith()
433 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in Includes()
658 bool isJSRegExp = JSObject::IsRegExp(thread, regexp); in MatchAll()
957 bool isJSRegExp = JSObject::IsRegExp(thread, searchTag); in ReplaceAll()
1474 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in StartsWith()
Dbuiltins_regexp.cpp50 bool patternIsRegExp = JSObject::IsRegExp(thread, pattern); in RegExpConstructor()
1404 ASSERT(JSObject::IsRegExp(thread, regexp)); in RegExpBuiltinExec()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h520 static bool IsRegExp(JSThread *thread, const JSHandle<JSTaggedValue> &argument);
Djs_object.cpp130 bool JSObject::IsRegExp(JSThread *thread, const JSHandle<JSTaggedValue> &argument) in IsRegExp() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp1008 HWTEST_F_L0(JSTaggedValueTest, IsRegExp) in HWTEST_F_L0() argument
1012 ASSERT_FALSE(JSObject::IsRegExp(thread, obj)); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp238 } else if (value->IsRegExp()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h435 bool IsRegExp();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp139 if (tagged->IsRegExp()) { in FromTagged()
331 if (tagged->IsRegExp()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3172 bool JSValueRef::IsRegExp() in IsRegExp() function in panda::JSValueRef