Home
last modified time | relevance | path

Searched defs:entries (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DuseObjectValuesAndEntries4.ts35 let entries = Object.entries(o); variable
DmappedTypeGenericIndexedAccess.ts30 entries: { [T in keyof Types]?: Types[T][] }; property in Test
DuseObjectValuesAndEntries1.ts35 let entries = Object.entries(o); // [string, number][] variable
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set_iterator.cpp54 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next() local
Djs_api_tree_map_iterator.cpp54 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp150 CQueue<int> entries; in AdjustTaggedTree() local
342 CStack<int> entries; in GetSortArray() local
517 CQueue<int> entries; in HasValue() local
539 CQueue<int> entries; in SetAll() local
/arkcompiler/toolchain/tooling/test/
Dpt_returns_test.cpp251 auto entries = std::vector<std::unique_ptr<TypeProfileEntry>>(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1107 JSHandle<TaggedArray> entries(thread, importEntries); in AddImportEntry() local
1128 JSHandle<TaggedArray> entries(thread, localExportEntries); in AddLocalExportEntry() local
1144 JSHandle<TaggedArray> entries(thread, indirectExportEntries); in AddIndirectExportEntry() local
1159 JSHandle<TaggedArray> entries(thread, starExportEntries); in AddStarExportEntry() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treeset.cpp382 JSHandle<TaggedArray> entries = TaggedTreeSet::GetArrayFromSet(thread, iteratedSet); in ForEach() local
Dcontainers_treemap.cpp431 JSHandle<TaggedArray> entries = TaggedTreeMap::GetArrayFromMap(thread, iteratedMap); in ForEach() local
Dcontainers_private.cpp529 JSHandle<JSTaggedValue> entries = globalConst->GetHandledEntriesString(); in InitializeTreeMap() local
1141 JSHandle<JSTaggedValue> entries(factory->NewFromASCII("entries")); in InitializeHashMap() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashset_test.cpp396 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dcontainers_plainarray_test.cpp281 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dcontainers_lightweightset_test.cpp451 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dcontainers_lightweightmap_test.cpp484 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dcontainers_hashmap_test.cpp394 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dcontainers_treeset_test.cpp881 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dcontainers_treemap_test.cpp976 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h561 size_t AddArray(Span<Entry> entries) in AddArray()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp323 const std::vector<AOTFileInfo::FuncEntryDes> &entries = aotInfo_.GetStubs(); in GenerateMethodToEntryIndexMap() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp1132 JSHandle<TaggedArray> entries = TaggedTreeMap::GetArrayFromMap(thread, iteratedMap); in GetTreeMapValue() local
1160 JSHandle<TaggedArray> entries = TaggedTreeSet::GetArrayFromSet(thread, iteratedSet); in GetTreeSetValue() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp3007 std::unique_ptr<PtJson> entries; in Create() local
3040 std::unique_ptr<PtJson> entries = PtJson::CreateArray(); in ToJson() local
Dpt_types.h2553 ScriptTypeProfile &SetEntries(std::vector<std::unique_ptr<TypeProfileEntry>> entries) in SetEntries()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1430 JSHandle<JSTaggedValue> entries(factory_->NewFromASCII("entries")); in InitializeMap() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument