Lines Matching refs:AstValueFactory
38 class AstValueFactory;
156 AstValueFactory* ast_value_factory,
220 Variable* DeclareHomeObjectVariable(AstValueFactory* ast_value_factory);
221 Variable* DeclareStaticHomeObjectVariable(AstValueFactory* ast_value_factory);
733 Scope(Zone* zone, ScopeType type, AstValueFactory* ast_value_factory,
861 AstValueFactory* ast_value_factory,
864 DeclarationScope(Zone* zone, AstValueFactory* ast_value_factory,
942 void DeserializeReceiver(AstValueFactory* ast_value_factory);
999 void DeclareThis(AstValueFactory* ast_value_factory);
1000 void DeclareArguments(AstValueFactory* ast_value_factory);
1001 void DeclareDefaultFunctionVariables(AstValueFactory* ast_value_factory);
1023 AstValueFactory* ast_value_factory, int position);
1189 void ResetAfterPreparsing(AstValueFactory* ast_value_factory, bool aborted);
1382 ModuleScope(DeclarationScope* script_scope, AstValueFactory* avfactory);
1385 ModuleScope(Handle<ScopeInfo> scope_info, AstValueFactory* avfactory);
1403 ClassScope(IsolateT* isolate, Zone* zone, AstValueFactory* ast_value_factory,
1450 Variable* DeclareBrandVariable(AstValueFactory* ast_value_factory,
1454 Variable* DeclareClassVariable(AstValueFactory* ast_value_factory,
1500 AstValueFactory* ast_value_factory,