Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
H A Djsvaluerefiscontainer_fuzzer.cpp98 regexp->IsRegExp(vm); in JSValueRefIsRegExpFuzzTest()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp46 // ASSERT IsRegExp() in HWTEST_F_L0()
48 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()
81 // ASSERT IsRegExp() in HWTEST_F_L0()
83 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()
116 // ASSERT IsRegExp() in HWTEST_F_L0()
118 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp371 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in EndsWith()
417 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in Includes()
660 // a. Let isRegExp be ? IsRegExp(searchValue). in MatchAll()
669 } else if (JSObject::IsRegExp(thread, regexp)) { in MatchAll()
1156 // a. Let isRegExp be ? IsRegExp(searchValue). in ReplaceAll()
1157 bool isJSRegExp = JSObject::IsRegExp(thread, searchTag); in ReplaceAll()
1811 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in StartsWith()
H A Dbuiltins_regexp.cpp43 // 1. Let patternIsRegExp be IsRegExp(pattern). in RegExpConstructor()
44 bool patternIsRegExp = JSObject::IsRegExp(thread, pattern); in RegExpConstructor()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_value_test.cpp898 HWTEST_F_L0(JSTaggedValueTest, IsRegExp) in HWTEST_F_L0()
902 ASSERT_FALSE(JSObject::IsRegExp(thread, obj)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.h600 static bool IsRegExp(JSThread *thread, const JSHandle<JSTaggedValue> &argument);
H A Djs_object.cpp150 bool JSObject::IsRegExp(JSThread *thread, const JSHandle<JSTaggedValue> &argument) in IsRegExp() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp932 * @tc.name: IsRegExp
953 EXPECT_TRUE(regexp->IsRegExp(vm_)); in HWTEST_F_L0()
H A Dffi_workload.cpp4967 res->IsRegExp(vm_); in HWTEST_F_L0()
4970 TEST_TIME(JSValueRef::IsRegExp); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp237 } else if (value->IsRegExp(vm_)) { in GetProperties()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp142 if (tagged->IsRegExp(ecmaVm)) { in FromTagged()
389 if (tagged->IsRegExp(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h530 bool IsRegExp(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp601 bool JSValueRef::IsRegExp(const EcmaVM *vm) in IsRegExp() function in panda::JSValueRef

Completed in 59 milliseconds