Home | History | Annotate | Download | only in src

Lines Matching refs:NEXT_CONTEXT_LINK

714     DCHECK(context->get(Context::NEXT_CONTEXT_LINK)->IsUndefined());
718 current = Context::cast(current)->get(Context::NEXT_CONTEXT_LINK)) {
723 context->set(Context::NEXT_CONTEXT_LINK, heap->native_contexts_list());