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