Searched refs:outer_context (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.cc4541 HValue* outer_context = environment()->context(); local
4545 outer_context, Context::CLOSURE_INDEX, HLoadContextSlot::kNoCheck);
4552 outer_context, function, scope->GetScopeInfo());
4567 HValue* outer_context = Add<HLoadNamedField>( local
4571 HInstruction* instr = Add<HStoreFrameContext>(outer_context);
4575 environment()->BindContext(outer_context);

Completed in 69 milliseconds