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.h178 inline bool JSObject::IsJSRegExpIterator() const in IsJSRegExpIterator() function
180 return GetJSHClass()->IsJSRegExpIterator(); in IsJSRegExpIterator()
Djs_tagged_value-inl.h1170 inline bool JSTaggedValue::IsJSRegExpIterator() const in IsJSRegExpIterator() function
1172 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSRegExpIterator(); in IsJSRegExpIterator()
Djs_tagged_value.h532 bool IsJSRegExpIterator() const;
Djs_object.h614 bool IsJSRegExpIterator() const;
Djs_hclass.h1175 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()