Home
last modified time | relevance | path

Searched defs:ast_value_factory (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/parsing/
Dfunc-name-inferrer.cc14 FuncNameInferrer::FuncNameInferrer(AstValueFactory* ast_value_factory, in FuncNameInferrer()
Drewriter.cc19 Variable* result, AstValueFactory* ast_value_factory) in Processor()
33 AstValueFactory* ast_value_factory) in Processor()
Dparse-info.h118 AstValueFactory* ast_value_factory() const { in ast_value_factory() function
Dpattern-rewriter.cc98 AstValueFactory* ast_value_factory() const { in ast_value_factory() function in v8::internal::PatternRewriter
Dpreparser.h563 explicit PreParserFactory(AstValueFactory* ast_value_factory, Zone* zone) in PreParserFactory()
Dparser-base.h257 v8::Extension* extension, AstValueFactory* ast_value_factory, in ParserBase()
612 const AstRawString* ClassFieldVariableName(AstValueFactory* ast_value_factory, in ClassFieldVariableName()
679 AstValueFactory* ast_value_factory() const { return ast_value_factory_; } in ast_value_factory() function
/external/v8/src/ast/
Dscopes.cc173 AstValueFactory* ast_value_factory) in DeclarationScope()
201 AstValueFactory* ast_value_factory) in ModuleScope()
403 AstValueFactory* ast_value_factory, in DeserializeScopeChain()
709 void DeclarationScope::DeclareThis(AstValueFactory* ast_value_factory) { in DeclareThis()
723 void DeclarationScope::DeclareArguments(AstValueFactory* ast_value_factory) { in DeclareArguments()
742 AstValueFactory* ast_value_factory) { in DeclareDefaultFunctionVariables()
1023 bool* is_duplicate, AstValueFactory* ast_value_factory, int position) { in DeclareParameter()
1051 const AstRawString* name, bool is_rest, AstValueFactory* ast_value_factory, in DeclareParameterName()
1494 void DeclarationScope::ResetAfterPreparsing(AstValueFactory* ast_value_factory, in ResetAfterPreparsing()
Dast.cc312 ObjectLiteralProperty::ObjectLiteralProperty(AstValueFactory* ast_value_factory, in ObjectLiteralProperty()
Dast.h2828 AstNodeFactory(AstValueFactory* ast_value_factory, Zone* zone) in AstNodeFactory()
2831 AstValueFactory* ast_value_factory() const { return ast_value_factory_; } in ast_value_factory() function
/external/v8/src/
Dpending-compilation-error-handler.cc79 AstValueFactory* ast_value_factory) { in ReportErrors()