Searched refs:ast_value_factory_ (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
D | func-name-inferrer.cc | 15 : 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()
|
D | parse-info.h | 201 return ast_value_factory_.get(); in ast_value_factory() 219 std::unique_ptr<AstValueFactory> ast_value_factory_; variable
|
D | func-name-inferrer.h | 127 AstValueFactory* ast_value_factory_;
|
D | parse-info.cc | 182 ast_value_factory_( in ReusableUnoptimizedCompileState() 196 ast_value_factory_( in ReusableUnoptimizedCompileState()
|
D | parser.cc | 300 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()
|
D | parser-base.h | 255 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/ |
D | ast.h | 2814 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
|