Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.cc116 Variable* Scope::DeclareHomeObjectVariable(AstValueFactory* ast_value_factory) { in DeclareHomeObjectVariable()
129 AstValueFactory* ast_value_factory) { in DeclareStaticHomeObjectVariable()
143 AstValueFactory* ast_value_factory, in DeclarationScope()
195 AstValueFactory* ast_value_factory, in ClassScope()
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()
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()
[all …]
Dast.cc285 ObjectLiteralProperty::ObjectLiteralProperty(AstValueFactory* ast_value_factory, in ObjectLiteralProperty()
Dast.h2812 AstNodeFactory(AstValueFactory* ast_value_factory, Zone* zone) in AstNodeFactory()
2820 AstValueFactory* ast_value_factory() const { return ast_value_factory_; } in ast_value_factory() function
/third_party/node/deps/v8/src/parsing/
Dfunc-name-inferrer.cc14 FuncNameInferrer::FuncNameInferrer(AstValueFactory* ast_value_factory) in FuncNameInferrer()
Dparse-info.h200 AstValueFactory* ast_value_factory() const { in ast_value_factory() function
303 AstValueFactory* ast_value_factory() const { in ast_value_factory() function
Drewriter.cc21 Variable* result, AstValueFactory* ast_value_factory, Zone* zone) in Processor()
35 AstValueFactory* ast_value_factory, Zone* zone) in Processor()
Dpreparse-data.cc627 DeclarationScope* scope, AstValueFactory* ast_value_factory, Zone* zone) { in RestoreScopeAllocationData()
650 Scope* scope, AstValueFactory* ast_value_factory, Zone* zone) { in RestoreDataForScope()
744 Scope* scope, AstValueFactory* ast_value_factory, Zone* zone) { in RestoreDataForInnerScopes()
Dpending-compilation-error-handler.cc149 IsolateT* isolate, AstValueFactory* ast_value_factory) { in PrepareErrors()
Dpreparser.h521 explicit PreParserFactory(AstValueFactory* ast_value_factory, Zone* zone) in PreParserFactory()
Dparser-base.h247 AstValueFactory* ast_value_factory, in ParserBase()
763 const AstRawString* ClassFieldVariableName(AstValueFactory* ast_value_factory, in ClassFieldVariableName()
857 AstValueFactory* ast_value_factory() const { return ast_value_factory_; } in ast_value_factory() function