Home | History | Annotate | Download | only in crankshaft

Lines Matching full:outer_context

4728         HValue* outer_context = environment()->context();
4732 HLoadContextSlot(outer_context, Context::CLOSURE_INDEX,
4740 outer_context, function, scope->GetScopeInfo(isolate()));
4757 HValue* outer_context = Add<HLoadNamedField>(
4761 HInstruction* instr = Add<HStoreFrameContext>(outer_context);
4762 environment()->BindContext(outer_context);