Searched refs:MakeCall (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 348 Expression* MakeCall(IdentifierExpression* callee, in MakeCall() function 394 Expression* MakeCall(Identifier* callee, in MakeCall() function 398 return MakeCall(MakeNode<IdentifierExpression>(callee, generic_arguments), in MakeCall() 402 base::Optional<ParseResult> MakeCall(ParseResultIterator* child_results) { in MakeCall() function 407 return ParseResult{MakeCall(target, base::nullopt, args, otherwise)}; in MakeCall() 415 return ParseResult{MakeCall(MakeNode<IdentifierExpression>(callee), this_arg, in MakeMethodCall() 436 return ParseResult{MakeCall(op, TypeList{}, in MakeBinaryOperator() 456 return ParseResult{MakeCall(op, TypeList{}, std::vector<Expression*>{e}, in MakeUnaryOperator() 1131 auto value = MakeCall(internal_downcast_target, base::nullopt, in MakeClassDeclaration() 1549 std::vector<Expression*>{MakeCall( in MakeEnumDeclaration() [all...] |
Completed in 5 milliseconds