Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DintersectionOfTypeVariableHasApparentSignatures.ts26 children?: (items: {x: number}) => void property
DrecursiveTupleTypes2.ts26 children: [Tree2, Tree2]; property
DrecursiveTupleTypes1.ts26 children: [Tree2, Tree1]; property
DdoNotWidenAtObjectLiteralPropertyAssignment.ts27 children?: IIntervalTreeNode[]; property
DoverloadedConstructorFixesInferencesAppropriately.ts31 readonly children: (result: Exclude<TResult, ErrorResult>) => string; property
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts133 children: Scope[]; property
280 children: Label[]; property
/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_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h54 CVector<int> children; member
Dsamples_record.cpp192 CVector<int> children = node.children; in StringifyNodes() local
/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.h1871 …SamplingHeapProfileNode &SetChildren(std::vector<std::unique_ptr<SamplingHeapProfileNode>> childre… in SetChildren()
2027 ProfileNode &SetChildren(std::vector<int32_t> children) in SetChildren()
Dpt_types.cpp2158 std::unique_ptr<PtJson> children; in Create() local
2378 std::unique_ptr<PtJson> children; in Create() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3824 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