Home
last modified time | relevance | path

Searched refs:ast_value_factory_ (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dfunc-name-inferrer.cc15 : ast_value_factory_(ast_value_factory) {} in FuncNameInferrer()
28 if (IsOpen() && name != ast_value_factory_->prototype_string()) { in PushLiteralName()
35 if (IsOpen() && name != ast_value_factory_->dot_result_string()) { in PushVariableName()
50 return ast_value_factory_->empty_cons_string(); in MakeNameFromStack()
52 AstConsString* result = ast_value_factory_->NewConsString(); in MakeNameFromStack()
63 Zone* zone = ast_value_factory_->single_parse_zone(); in MakeNameFromStack()
65 result->AddString(zone, ast_value_factory_->dot_string()); in MakeNameFromStack()
Dparse-info.h201 return ast_value_factory_.get(); in ast_value_factory()
219 std::unique_ptr<AstValueFactory> ast_value_factory_; variable
Dfunc-name-inferrer.h127 AstValueFactory* ast_value_factory_;
Dparse-info.cc182 ast_value_factory_( in ReusableUnoptimizedCompileState()
196 ast_value_factory_( in ReusableUnoptimizedCompileState()
Dparser.cc300 home_object_name = ast_value_factory_->dot_static_home_object_string(); in NewSuperPropertyReference()
302 home_object_name = ast_value_factory_->dot_home_object_string(); in NewSuperPropertyReference()
2867 function_scope->ResetAfterPreparsing(ast_value_factory_, false); in SkipFunction()
2906 function_scope->ResetAfterPreparsing(ast_value_factory_, true); in SkipFunction()
Dparser-base.h255 ast_value_factory_(ast_value_factory), in ParserBase()
857 AstValueFactory* ast_value_factory() const { return ast_value_factory_; } in ast_value_factory()
1562 AstValueFactory* ast_value_factory_; // Not owned. variable
/third_party/node/deps/v8/src/ast/
Dast.h2814 ast_value_factory_(ast_value_factory), in AstNodeFactory()
2820 AstValueFactory* ast_value_factory() const { return ast_value_factory_; } in ast_value_factory()
3046 return zone_->New<ObjectLiteral::Property>(ast_value_factory_, key, value, in NewObjectLiteralProperty()
3232 zone_, name ? ast_value_factory_->NewConsString(name) : nullptr,
3233 ast_value_factory_, scope, body, expected_property_count,
3246 zone_, ast_value_factory_->empty_cons_string(), ast_value_factory_, in NewScriptOrEvalFunctionLiteral()
3351 AstValueFactory* ast_value_factory_; variable