Lines Matching refs:descendant
210 Handle<Object> descendant(requested_modules->get(i), isolate);
211 if (descendant->IsModule()) {
212 ResetGraph(isolate, Handle<Module>::cast(descendant));
214 DCHECK(descendant->IsUndefined(isolate));
462 for (auto& descendant : stack) {
463 Reset(isolate, descendant);
690 for (auto& descendant : stack) {
691 DCHECK_EQ(descendant->status(), kEvaluating);
692 descendant->RecordError(isolate);