Lines Matching refs:function_scope
107 DeclarationScope* function_scope) { in Start() argument
113 function_scope->set_preparse_data_builder(builder_); in Start()
232 DeclarationScope* function_scope, int function_length, in SetSkippableFunction() argument
235 builder_->function_scope_ = function_scope; in SetSkippableFunction()
288 DeclarationScope* function_scope = builder->function_scope_; in SaveDataForSkippableFunction() local
292 byte_data_.WriteVarint32(function_scope->start_position()); in SaveDataForSkippableFunction()
293 byte_data_.WriteVarint32(function_scope->end_position()); in SaveDataForSkippableFunction()
297 function_scope->num_parameters() == builder->function_length_; in SaveDataForSkippableFunction()
301 NumberOfParametersField::encode(function_scope->num_parameters()); in SaveDataForSkippableFunction()
309 LanguageField::encode(function_scope->language_mode()) | in SaveDataForSkippableFunction()
310 UsesSuperField::encode(function_scope->uses_super_property()); in SaveDataForSkippableFunction()