Home | History | Annotate | Download | only in src

Lines Matching refs:HOuterContext

2126 class HOuterContext V8_FINAL : public HUnaryOperation {
2128 DECLARE_INSTRUCTION_FACTORY_P1(HOuterContext, HValue*);
2140 explicit HOuterContext(HValue* inner) : HUnaryOperation(inner) {