Home | History | Annotate | Download | only in src

Lines Matching refs:context_index

1560       int context_index = Handle<Smi>::cast(probe)->value();
1561 DCHECK(!context->get(context_index)->IsTheHole());
1562 return handle(context->get(context_index), isolate);
1578 int context_index = entry->aliased_context_slot();
1579 DCHECK(!context->get(context_index)->IsTheHole());
1580 return handle(context->get(context_index), isolate);