Searched refs:function_temp_locals_depth_ (Results 1 – 2 of 2) sorted by relevance
170 int function_temp_locals_depth_; variable
196 local_depth_ = parser_->function_temp_locals_depth_; in TemporaryVariableScope()197 parser_->function_temp_locals_depth_++; in TemporaryVariableScope()200 DCHECK_EQ(local_depth_, parser_->function_temp_locals_depth_ - 1); in ~TemporaryVariableScope()201 parser_->function_temp_locals_depth_--; in ~TemporaryVariableScope()760 function_temp_locals_depth_ = 0; in ValidateFunction()