Home | History | Annotate | Download | only in src

Lines Matching defs:outer

553   HEnvironment(HEnvironment* outer,
561 return outer()->frame_type() == ARGUMENTS_ADAPTOR ? outer() : this;
574 HEnvironment* outer() const { return outer_; }
654 // environment is the outer environment but the top expression stack
663 HEnvironment* outer = outer_;
664 while (outer->frame_type() != JS_FUNCTION) outer = outer->outer_;
665 if (drop_extra) outer->Drop(1);
666 return outer;
710 HEnvironment(HEnvironment* outer,
718 HEnvironment* CreateStubEnvironment(HEnvironment* outer,
913 FunctionState* outer() { return outer_; }