Home | History | Annotate | Download | only in src

Lines Matching refs:outer

392   HEnvironment(HEnvironment* outer,
397 HEnvironment* outer = outer_;
398 while (outer->frame_type() != JS_FUNCTION) outer = outer->outer_;
399 if (drop_extra) outer->Drop(1);
400 return outer;
404 return outer()->frame_type() == ARGUMENTS_ADAPTOR ? outer() : this;
417 HEnvironment* outer() const { return outer_; }
493 // environment is the outer environment but the top expression stack
521 HEnvironment(HEnvironment* outer,
528 HEnvironment* CreateStubEnvironment(HEnvironment* outer,
716 FunctionState* outer() { return outer_; }