Searched refs:NewJSArrayIterator (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_array_iterator_test.cpp | 57 …JSHandle<JSArrayIterator> handleJSArrayIter = factory->NewJSArrayIterator(handleJSObjectTaggedArra… in HWTEST_F_L0() 107 …JSHandle<JSArrayIterator> handleJSArrayIter = factory->NewJSArrayIterator(handleJSObjectTaggedArra… in HWTEST_F_L0() 133 …JSHandle<JSArrayIterator> handleJSArrayIter = factory->NewJSArrayIterator(handleJSObjectTaggedArra… in HWTEST_F_L0() 136 … handleJSArrayIter = factory->NewJSArrayIterator(handleJSObjectTaggedArray, IterationKind::VALUE); in HWTEST_F_L0() 138 …handleJSArrayIter = factory->NewJSArrayIterator(handleJSObjectTaggedArray, IterationKind::KEY_AND_… in HWTEST_F_L0()
|
| D | js_array_test.cpp | 117 JSHandle<JSTaggedValue> iter(factory->NewJSArrayIterator(array, IterationKind::KEY)); in HWTEST_F_L0() 138 JSHandle<JSTaggedValue> key_iter(factory->NewJSArrayIterator(array, IterationKind::KEY)); in HWTEST_F_L0() 139 JSHandle<JSTaggedValue> value_iter(factory->NewJSArrayIterator(array, IterationKind::VALUE)); in HWTEST_F_L0() 140 JSHandle<JSTaggedValue> iter(factory->NewJSArrayIterator(array, IterationKind::KEY_AND_VALUE)); in HWTEST_F_L0()
|
| D | dump_test.cpp | 728 … factory->NewJSArrayIterator(JSHandle<JSObject>::Cast(factory->NewJSArray()), IterationKind::KEY); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 269 V(NewJSArrayIterator) \
|
| D | runtime_stubs.cpp | 1048 DEF_RUNTIME_STUBS(NewJSArrayIterator) in DEF_RUNTIME_STUBS() argument 1050 RUNTIME_STUBS_HEADER(NewJSArrayIterator); in DEF_RUNTIME_STUBS() 1053 return factory->NewJSArrayIterator(obj, IterationKind::VALUE).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS() 1058 RUNTIME_STUBS_HEADER(NewJSArrayIterator); in DEF_RUNTIME_STUBS() 1063 …JSHandle<JSArrayIterator> iter(factory->NewJSArrayIterator(JSHandle<JSObject>(obj), IterationKind:… in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | builtins_lowering.cpp | 432 result = LowerCallRuntime(glue, gate, RTSTUB_ID(NewJSArrayIterator), { obj }, true); in LowerBuiltinIterator()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.cpp | 485 JSHandle<JSArrayIterator> iter(factory->NewJSArrayIterator(self, IterationKind::KEY_AND_VALUE)); in Entries() 950 JSHandle<JSArrayIterator> iter(factory->NewJSArrayIterator(self, IterationKind::KEY)); in Keys() 1770 JSHandle<JSArrayIterator> iter(factory->NewJSArrayIterator(self, IterationKind::VALUE)); in Values()
|
| D | builtins_array.cpp | 717 JSHandle<JSArrayIterator> iter(factory->NewJSArrayIterator(self, IterationKind::KEY_AND_VALUE)); in Entries() 1397 JSHandle<JSArrayIterator> iter(factory->NewJSArrayIterator(self, IterationKind::KEY)); in Keys() 2769 JSHandle<JSArrayIterator> iter(factory->NewJSArrayIterator(self, IterationKind::VALUE)); in Values()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 952 … factory->NewJSArrayIterator(JSHandle<JSObject>::Cast(factory->NewJSArray()), IterationKind::KEY); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.h | 459 … JSHandle<JSArrayIterator> NewJSArrayIterator(const JSHandle<JSObject> &array, IterationKind kind);
|
| D | runtime_call_id.h | 122 V(NewJSArrayIterator) \
|
| D | object_factory.cpp | 3549 JSHandle<JSArrayIterator> ObjectFactory::NewJSArrayIterator(const JSHandle<JSObject> &array, Iterat… in NewJSArrayIterator() function in panda::ecmascript::ObjectFactory
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | README.md | 2650 factory->NewJSArrayIterator(handleJSObjectTaggedArrayFrom,IterationKind::KEY);
|