Lines Matching defs:child
1410 Handle<Map> child, Handle<Name> name,
1413 child->may_have_interesting_symbols());
1415 child->may_have_interesting_symbols());
1425 DCHECK(child->IsDetached(isolate));
1427 LOG(isolate, MapEvent("Transition", parent, child, "prototype", name));
1430 TransitionsAccessor::Insert(isolate, parent, name, child, flag);
1432 LOG(isolate, MapEvent("Transition", parent, child, "", name));
1523 Handle<Map> child, InternalIndex new_descriptor,
1527 child->SetInstanceDescriptors(isolate, *descriptors,
1529 child->CopyUnusedPropertyFields(*parent);
1532 child->AccountAddedPropertyField();
1537 child->set_may_have_interesting_symbols(true);
1539 ConnectTransition(isolate, parent, child, name, SIMPLE_PROPERTY_TRANSITION);