Lines Matching refs:outer_
3625 outer_(owner->function_state()) { in FunctionState()
3626 if (outer_ != NULL) { in FunctionState()
3659 owner_->set_function_state(outer_); in ~FunctionState()
3663 owner_->EnterInlinedSource(outer_->inlining_id()); in ~FunctionState()
3673 outer_(owner->ast_context()), in AstContext()
3684 owner_->set_ast_context(outer_); // Pop. in ~AstContext()
12414 outer_(outer), in HEnvironment()
12432 outer_(NULL), in HEnvironment()
12448 outer_(NULL), in HEnvironment()
12469 outer_(outer), in HEnvironment()
12498 if (other->outer_ != NULL) outer_ = other->outer_->Copy(); // Deep copy. in Initialize()