Home | History | Annotate | Download | only in src

Lines Matching refs:context_index

1637       int context_index = Handle<Smi>::cast(probe)->value();
1638 ASSERT(!context->get(context_index)->IsTheHole());
1639 return handle(context->get(context_index), isolate);
1655 int context_index = entry->aliased_context_slot();
1656 ASSERT(!context->get(context_index)->IsTheHole());
1657 return handle(context->get(context_index), isolate);