Home
last modified time | relevance | path

Searched refs:NewJSSharedArrayIterator (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp460 …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()
Dbuiltins_shared_array.cpp525 …JSHandle<JSSharedArrayIterator> iter(factory->NewJSSharedArrayIterator(self, IterationKind::KEY_AN… in Entries()
2057 …JSHandle<JSSharedArrayIterator> iter(factory->NewJSSharedArrayIterator(self, IterationKind::VALUE)… in Values()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h460 …JSHandle<JSSharedArrayIterator> NewJSSharedArrayIterator(const JSHandle<JSObject> &array, Iteratio…
Dobject_factory.cpp3564 JSHandle<JSSharedArrayIterator> ObjectFactory::NewJSSharedArrayIterator(const JSHandle<JSObject> &a… in NewJSSharedArrayIterator() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp734 JSHandle<JSSharedArrayIterator> arrayIter = factory->NewJSSharedArrayIterator( in HWTEST_F_L0()