Lines Matching defs:child
46 void JSHClass::AddTransitions(const JSThread *thread, const JSHandle<JSHClass> &parent, const JSHandle<JSHClass> &child,
49 UpdateRootHClass(thread, parent, child);
52 JSTaggedValue weakChild = JSTaggedValue(child.GetTaggedValue().CreateAndGetWeakRef());
73 transitions = TransitionsDictionary::PutIfAbsent(thread, dict, key, JSHandle<JSTaggedValue>(child),
79 const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key)
82 AddProtoTransitions(thread, parent, child, key, attr);
86 const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key,
90 UpdateRootHClass(thread, parent, child);
111 TransitionsDictionary::PutIfAbsent(thread, dict, key, JSHandle<JSTaggedValue>(child), proto).GetTaggedValue();
337 const JSHandle<JSHClass> &child)
340 child->SetParent(thread, parent);