Home
last modified time | relevance | path

Searched refs:function_scope_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpreparse-data.cc99 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()
Dpreparse-data.h234 DeclarationScope* function_scope_; variable