Home
last modified time | relevance | path

Searched defs:child (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericClassesInModule2.ts39 child: B<T1>; property
DmergedInheritedClassInterface.ts51 let child : Child; variable
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp154 int child = 1; in AdjustTaggedTree() local
183 JSTaggedValue child = src < 0 ? JSTaggedValue::Hole() : JSTaggedValue(src); in Transplant() local
186 JSTaggedValue child = src < 0 ? JSTaggedValue::Hole() : JSTaggedValue(src); in Transplant() local
202 int child = left.IsHole() ? (right.IsHole() ? -1 : right.GetInt()) : left.GetInt(); in Remove() local
282 int child = GetLeftChildIndex(entry); in GetPreDecessor() local
297 int child = GetRightChildIndex(entry); in GetSuccessor() local
321 JSTaggedValue child = tree->GetLeftChild(parentIndex); in FindEntry() local
327 JSTaggedValue child = tree->GetRightChild(parentIndex); in FindEntry() local
381 JSTaggedValue child = newTree->GetLeftChild(parentIndex); in Insert() local
387 JSTaggedValue child = newTree->GetRightChild(parentIndex); in Insert() local
Dtagged_tree.h193 JSTaggedValue child = GetLeftChild(entry); in GetMinimum() local
203 JSTaggedValue child = GetRightChild(entry); in GetMaximum() local
242 JSTaggedValue child = Get(index); in GetLeftChildIndex() local
252 JSTaggedValue child = Get(index); in GetRightChildIndex() local
336 JSTaggedValue child = GetRightChild(GetParent(entry)); in GetLeftBrother() local
342 JSTaggedValue child = GetLeftChild(GetParent(entry)); in GetRightBrother() local
348 JSTaggedValue child = GetLeftChild(GetParent(entry)); in IsLeft() local
354 JSTaggedValue child = GetRightChild(GetParent(entry)); in IsRight() local
Djs_hclass-inl.h33 …nsitions(const JSThread *thread, const JSHandle<JSHClass> &parent, const JSHandle<JSHClass> &child, in AddTransitions()
61const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key) in AddExtensionTransitions()
68const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key, in AddProtoTransitions()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp234 for (auto &child : node->children_) { in CalNodeSelfSize() local
Dheap_snapshot.cpp724 TraceNode* child = FindChild(nodeIndex); in FindOrAddChild() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js151 const child = new Parent('echo', 26); constant
802 var child = new Child(); variable
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp583 bool Helpers::IsChild(const ir::AstNode *parent, const ir::AstNode *child) in IsChild()
/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js246 function setParent(child, parent) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp123 int child = index; in CheckBlackNodeNumbers() local