Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/client/manager/
Dvariable_manager.h39 std::vector<std::unique_ptr<TreeNode>> children; variable
/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts101 let children = globalScope.getChildVariableScope(); variable
174 let children = globalScope.getChildVariableScope(); variable
228 let children = globalScope.getChildVariableScope(); variable
/arkcompiler/ets_frontend/ets2panda/linter/src/
DAutofixer.ts183 const children = funcLikeDecl.getChildren(); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DAutofixer.ts177 const children = funcLikeDecl.getChildren(); constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts137 children: Scope[]; property
292 children: Label[]; property
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h56 CVector<int> children; member
Dsamples_record.cpp200 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.cpp681 std::vector<int32_t> children {0, 1, 2, 3}; // 1: element 2:element, 3:element in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1905 …SamplingHeapProfileNode &SetChildren(std::vector<std::unique_ptr<SamplingHeapProfileNode>> childre… in SetChildren()
2061 ProfileNode &SetChildren(std::vector<int32_t> children) in SetChildren()
Dpt_types.cpp2224 std::unique_ptr<PtJson> children; in Create() local
2444 std::unique_ptr<PtJson> children; in Create() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3647 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