Home
last modified time | relevance | path

Searched refs:IsJSRegExpIterator (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.h25 CAST_CHECK(JSRegExpIterator, IsJSRegExpIterator);
Djs_regexp_iterator.cpp39 if (!input->IsJSRegExpIterator()) { in Next()
Djs_object-inl.h166 inline bool JSObject::IsJSRegExpIterator() const in IsJSRegExpIterator() function
168 return GetJSHClass()->IsJSRegExpIterator(); in IsJSRegExpIterator()
Djs_tagged_value-inl.h1125 inline bool JSTaggedValue::IsJSRegExpIterator() const in IsJSRegExpIterator() function
1127 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSRegExpIterator(); in IsJSRegExpIterator()
Djs_tagged_value.h584 bool IsJSRegExpIterator() const;
Djs_object.h551 bool IsJSRegExpIterator() const;
Djs_hclass.h1058 inline bool IsJSRegExpIterator() const in IsJSRegExpIterator() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_regexp_iterator_test.cpp84 EXPECT_TRUE(regExpIterator->IsJSRegExpIterator()); in HWTEST_F_L0()
87 EXPECT_TRUE(regExpIterator->IsJSRegExpIterator()); in HWTEST_F_L0()