Searched refs:function_scope_ (Results 1 – 2 of 2) sorted by relevance
99 function_scope_(nullptr), in PreparseDataBuilder()234 DCHECK_NULL(builder_->function_scope_); in SetSkippableFunction()235 builder_->function_scope_ = function_scope; in SetSkippableFunction()249 return HasData() || function_scope_ != nullptr; in HasDataForParent()288 DeclarationScope* function_scope = builder->function_scope_; in SaveDataForSkippableFunction()
234 DeclarationScope* function_scope_; variable