Home | History | Annotate | Download | only in heap

Lines Matching refs:raw_context

2395   Object* raw_context = heap()->native_contexts_list();
2396 while (raw_context != heap()->undefined_value()) {
2397 Context* context = reinterpret_cast<Context*>(raw_context);
2439 raw_context = context->get(Context::NEXT_CONTEXT_LINK);