Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_string_iterator.h28 CAST_CHECK(JSStringIterator, IsStringIterator);
Djs_tagged_value-inl.h1300 inline bool JSTaggedValue::IsStringIterator() const in IsStringIterator() function
1302 return IsHeapObject() && GetTaggedObject()->GetClass()->IsStringIterator(); in IsStringIterator()
Djs_tagged_value.h527 bool IsStringIterator() const;
Djs_hclass.h1150 inline bool IsStringIterator() const in IsStringIterator() function
/arkcompiler/ets_runtime/test/fuzztest/jsnapiisstringiterator_fuzzer/
Djsnapiisstringiterator_fuzzer.cpp38 origin->IsStringIterator(); in JSNApiIsStringIterator_FuzzTest()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp43 if (!thisValue->IsStringIterator()) { in NextInternal()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md2650 bool result = JSNApiHelper::ToLocal<JSValueRef>(jsTagValue)->IsStringIterator();
2653 ### IsStringIterator subsection
2655 bool IsStringIterator();
2675 bool result = JSNApiHelper::ToLocal<StringRef>(setTag)->IsStringIterator();
Djsnapi_expo.cpp519 bool JSValueRef::IsStringIterator() in IsStringIterator() function in panda::JSValueRef
521 return JSNApiHelper::ToJSTaggedValue(this).IsStringIterator(); in IsStringIterator()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h431 bool IsStringIterator();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp176 if (tagged->IsStringIterator()) { in FromTagged()
386 if (tagged->IsStringIterator()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1347 HWTEST_F_L0(JSNApiSplTest, IsStringIterator) in HWTEST_F_L0() argument
1356 JSNApiHelper::ToLocal<StringRef>(setTag)->IsStringIterator(); in HWTEST_F_L0()
1359 TEST_TIME(JSValueRef::IsStringIterator); in HWTEST_F_L0()
1360 …GTEST_LOG_(INFO) << std::boolalpha << JSNApiHelper::ToLocal<StringRef>(setTag)->IsStringIterator(); in HWTEST_F_L0()