Searched refs:scope_stack_ (Results 1 – 1 of 1) sorted by relevance
169 : scope_stack_(scope_stack), outer_scope_(*scope_stack) { in BlockState()170 *scope_stack_ = scope; in BlockState()172 ~BlockState() { *scope_stack_ = outer_scope_; } in ~BlockState()175 Scope** scope_stack_;275 Scope** scope_stack_; variable951 scope_stack_(scope_stack), in FunctionState()954 *scope_stack_ = scope; in FunctionState()961 *scope_stack_ = outer_scope_; in ~FunctionState()