Home
last modified time | relevance | path

Searched defs:children (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts179 … = {name: 'testLabel', locInfo: 'locInfo', refs: [], parent: undefined, children: [], scope: curSc… variable
233 … = {name: 'testLabel', locInfo: 'locInfo', refs: [], parent: undefined, children: [], scope: curSc… variable
241 …e: 'nonExistentLabel', locInfo: 'locInfo', refs: [], parent: undefined, children: [], scope: curSc… variable
274 children: [], constant
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
DTabPaneApSummary.js248 children: [], property
266 id: id, depth: 3, children: [], apName: item.type, type: '', property
286 children: [], property
301 children: [], property
319 children: [], property
/arkcompiler/toolchain/tooling/client/manager/
Dvariable_manager.h39 std::vector<std::unique_ptr<TreeNode>> children; variable
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts136 children: Scope[]; property in secharmony.Scope
231 children: Label[]; property
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/
DApApplication.js182 children: [ property
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h56 CVector<int> children; member
Dsamples_record.cpp197 CVector<int> children = node.children; in StringifyNodes() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.h158 std::unordered_map<std::string, std::shared_ptr<DirTreeNode>> children; member
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp1791 const std::vector<std::unique_ptr<SamplingHeapProfileNode>> *children = object->GetChildren(); in HWTEST_F_L0() local
1895 const std::vector<std::unique_ptr<SamplingHeapProfileNode>> *children = head->GetChildren(); in HWTEST_F_L0() local
Dpt_types_test.cpp697 std::vector<int32_t> children {0, 1, 2, 3}; // 1: element 2:element, 3:element in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts564 const children = funcLikeDecl.getChildren(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcontrol_dep_analysis.cpp439 MapleVector<uint32> children = pdom->GetPdomChildrenItem(curBBId); in ComputeRegionForCurNode() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1932 …SamplingHeapProfileNode &SetChildren(std::vector<std::unique_ptr<SamplingHeapProfileNode>> childre… in SetChildren()
2088 ProfileNode &SetChildren(std::vector<int32_t> children) in SetChildren()
Dpt_types.cpp2271 std::unique_ptr<PtJson> children; in Create() local
2491 std::unique_ptr<PtJson> children; in Create() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3847 JSHandle<JSTaggedValue> children(factory_->NewEmptyJSObject()); in InitializeCjsModule() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js5241 this.children = []; property
5640 this.children = []; property
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument