Searched refs:IsRegExp (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 93 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/ |
D | builtins_string.cpp | 391 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()
|
D | builtins_regexp.cpp | 50 bool patternIsRegExp = JSObject::IsRegExp(thread, pattern); in RegExpConstructor() 1404 ASSERT(JSObject::IsRegExp(thread, regexp)); in RegExpBuiltinExec()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object.h | 520 static bool IsRegExp(JSThread *thread, const JSHandle<JSTaggedValue> &argument);
|
D | js_object.cpp | 130 bool JSObject::IsRegExp(JSThread *thread, const JSHandle<JSTaggedValue> &argument) in IsRegExp() function in panda::ecmascript::JSObject
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | tagged_value_test.cpp | 1008 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/ |
D | runtime_impl.cpp | 238 } else if (value->IsRegExp()) { in GetProperties()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi.h | 435 bool IsRegExp();
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.cpp | 139 if (tagged->IsRegExp()) { in FromTagged() 331 if (tagged->IsRegExp()) { in DescriptionForObject()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 3172 bool JSValueRef::IsRegExp() in IsRegExp() function in panda::JSValueRef
|