Searched refs:JSSharedArrayIterator (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array_iterator.h | 23 class JSSharedArrayIterator : public JSObject { 25 CAST_CHECK(JSSharedArrayIterator, IsJSSharedArrayIterator); 28 static JSTaggedValue NextInternal(JSThread *thread, JSHandle<JSSharedArrayIterator> &iter,
|
| D | js_shared_array_iterator.cpp | 25 JSTaggedValue JSSharedArrayIterator::Next(EcmaRuntimeCallInfo *argv) in Next() 41 JSHandle<JSSharedArrayIterator> iter(thisObj); in Next() 57 JSTaggedValue JSSharedArrayIterator::NextInternal(JSThread *thread, JSHandle<JSSharedArrayIterator>… in NextInternal()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 460 …JSHandle<JSSharedArrayIterator> iter(factory->NewJSSharedArrayIterator(self, IterationKind::KEY_AN… in Entries() 863 … JSHandle<JSSharedArrayIterator> iter(factory->NewJSSharedArrayIterator(self, IterationKind::KEY)); in Keys() 1661 …JSHandle<JSSharedArrayIterator> iter(factory->NewJSSharedArrayIterator(self, IterationKind::VALUE)… in Values()
|
| D | builtins_shared_array.cpp | 525 …JSHandle<JSSharedArrayIterator> iter(factory->NewJSSharedArrayIterator(self, IterationKind::KEY_AN… in Entries() 2057 …JSHandle<JSSharedArrayIterator> iter(factory->NewJSSharedArrayIterator(self, IterationKind::VALUE)… in Values()
|
| D | builtins.cpp | 2013 …SetFunction(env, arrayIteratorPrototype, "next", JSSharedArrayIterator::Next, FunctionLength::ZERO… in InitializeSArrayIterator()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env_constants.cpp | 333 … factory->NewEcmaHClass(hClass, JSSharedArrayIterator::SIZE, JSType::JS_SHARED_ARRAY_ITERATOR, 0)); in InitRootsClassesPartTwo()
|
| D | object_factory.h | 73 class JSSharedArrayIterator; variable 460 …JSHandle<JSSharedArrayIterator> NewJSSharedArrayIterator(const JSHandle<JSObject> &array, Iteratio…
|
| D | dump.cpp | 952 JSSharedArrayIterator::Cast(obj)->Dump(os); in DumpObject() 2214 void JSSharedArrayIterator::Dump(std::ostream &os) const in Dump() 5181 void JSSharedArrayIterator::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
|
| D | object_factory.cpp | 3564 JSHandle<JSSharedArrayIterator> ObjectFactory::NewJSSharedArrayIterator(const JSHandle<JSObject> &a… in NewJSSharedArrayIterator() 3572 JSHandle<JSSharedArrayIterator> iter(NewJSObject(hclassHandle)); in NewJSSharedArrayIterator()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | object_xray.h | 326 JSSharedArrayIterator::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | js_metadata_test.cpp | 827 JSSharedArrayIterator::ITERATED_ARRAY_OFFSET, in JSMetadataTestHelper() 828 JSSharedArrayIterator::LAST_OFFSET - JSSharedArrayIterator::ITERATED_ARRAY_OFFSET}}, in JSMetadataTestHelper() 1582 … JSSharedArrayIterator::NEXT_INDEX_OFFSET - JSSharedArrayIterator::ITERATED_ARRAY_OFFSET}}, in JSMetadataTestHelper()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_shared_array_test.cpp | 1257 JSHandle<JSSharedArrayIterator> iter(thread, result); in HWTEST_F_L0() 1267 JSHandle<JSSharedArrayIterator> iter2(thread, result2); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 734 JSHandle<JSSharedArrayIterator> arrayIter = factory->NewJSSharedArrayIterator( in HWTEST_F_L0()
|