/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | useObjectValuesAndEntries4.ts | 35 let entries = Object.entries(o); variable
|
D | mappedTypeGenericIndexedAccess.ts | 30 entries: { [T in keyof Types]?: Types[T][] }; property in Test
|
D | useObjectValuesAndEntries1.ts | 35 let entries = Object.entries(o); // [string, number][] variable
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_tree_set_iterator.cpp | 54 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next() local
|
D | js_api_tree_map_iterator.cpp | 54 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_tree.cpp | 150 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/ |
D | pt_returns_test.cpp | 251 auto entries = std::vector<std::unique_ptr<TypeProfileEntry>>(); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_source_text.cpp | 1107 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/ |
D | containers_treeset.cpp | 382 JSHandle<TaggedArray> entries = TaggedTreeSet::GetArrayFromSet(thread, iteratedSet); in ForEach() local
|
D | containers_treemap.cpp | 431 JSHandle<TaggedArray> entries = TaggedTreeMap::GetArrayFromMap(thread, iteratedMap); in ForEach() local
|
D | containers_private.cpp | 529 JSHandle<JSTaggedValue> entries = globalConst->GetHandledEntriesString(); in InitializeTreeMap() local 1141 JSHandle<JSTaggedValue> entries(factory->NewFromASCII("entries")); in InitializeHashMap() local
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_hashset_test.cpp | 396 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
D | containers_plainarray_test.cpp | 281 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
D | containers_lightweightset_test.cpp | 451 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
D | containers_lightweightmap_test.cpp | 484 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
D | containers_hashmap_test.cpp | 394 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
D | containers_treeset_test.cpp | 881 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
D | containers_treemap_test.cpp | 976 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | bit_table.h | 561 size_t AddArray(Span<Entry> entries) in AddArray()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | file_generators.cpp | 323 const std::vector<AOTFileInfo::FuncEntryDes> &entries = aotInfo_.GetStubs(); in GenerateMethodToEntryIndexMap() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 1132 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/ |
D | pt_types.cpp | 3007 std::unique_ptr<PtJson> entries; in Create() local 3040 std::unique_ptr<PtJson> entries = PtJson::CreateArray(); in ToJson() local
|
D | pt_types.h | 2553 ScriptTypeProfile &SetEntries(std::vector<std::unique_ptr<TypeProfileEntry>> entries) in SetEntries()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins.cpp | 1430 JSHandle<JSTaggedValue> entries(factory_->NewFromASCII("entries")); in InitializeMap() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|