Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dast.h657 struct FunctionTypeExpression : TypeExpression { struct
659 FunctionTypeExpression(SourcePosition pos, in FunctionTypeExpression() function
665 std::vector<TypeExpression*> parameters;
666 TypeExpression* return_type;