• Home
  • Raw
  • Download

Lines Matching refs:AstValueFactory

116 Variable* Scope::DeclareHomeObjectVariable(AstValueFactory* ast_value_factory) {  in DeclareHomeObjectVariable()
129 AstValueFactory* ast_value_factory) { in DeclareStaticHomeObjectVariable()
143 AstValueFactory* ast_value_factory, in DeclarationScope()
168 AstValueFactory* avfactory) in ModuleScope()
179 AstValueFactory* avfactory) in ModuleScope()
195 AstValueFactory* ast_value_factory, in ClassScope()
232 AstValueFactory* ast_value_factory,
235 AstValueFactory* ast_value_factory,
239 AstValueFactory* ast_value_factory, Handle<ScopeInfo> scope_info) in Scope()
272 AstValueFactory* ast_value_factory, in DeclarationScope()
420 AstValueFactory* ast_value_factory, in DeserializeScopeChain()
541 DeclarationScope* script_scope, AstValueFactory* ast_value_factory,
546 DeclarationScope* script_scope, AstValueFactory* ast_value_factory,
732 void DeclarationScope::DeclareThis(AstValueFactory* ast_value_factory) { in DeclareThis()
746 void DeclarationScope::DeclareArguments(AstValueFactory* ast_value_factory) { in DeclareArguments()
779 AstValueFactory* ast_value_factory) { in DeclareDefaultFunctionVariables()
1012 AstValueFactory* ast_value_factory, in DeclareParameter()
1335 void DeclarationScope::DeserializeReceiver(AstValueFactory* ast_value_factory) { in DeserializeReceiver()
1670 void DeclarationScope::ResetAfterPreparsing(AstValueFactory* ast_value_factory, in ResetAfterPreparsing()
2796 AstValueFactory* ast_value_factory, bool needs_allocation_fixup) { in FinalizeReparsedClassScope()
3051 Variable* ClassScope::DeclareBrandVariable(AstValueFactory* ast_value_factory, in DeclareBrandVariable()
3069 Variable* ClassScope::DeclareClassVariable(AstValueFactory* ast_value_factory, in DeclareClassVariable()