Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_string_iterator.h28 CAST_CHECK(JSStringIterator, IsStringIterator);
Djs_tagged_value-inl.h1255 inline bool JSTaggedValue::IsStringIterator() const in IsStringIterator() function
1257 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStringIterator(); in IsStringIterator()
Djs_tagged_value.h579 bool IsStringIterator() const;
Djs_hclass.h1033 inline bool IsStringIterator() const in IsStringIterator() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp38 if (!thisValue->IsStringIterator()) { in Next()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h437 bool IsStringIterator();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp173 if (tagged->IsStringIterator()) { in FromTagged()
361 if (tagged->IsStringIterator()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3182 bool JSValueRef::IsStringIterator() in IsStringIterator() function in panda::JSValueRef
3184 return JSNApiHelper::ToJSTaggedValue(this).IsStringIterator(); in IsStringIterator()