Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-types.h571 class AstStructuralType : public AstTypeBase {
595 AstStructuralType(Kind kind, int length, i::Zone* zone) in AstStructuralType() function
609 class AstFunctionType : public AstStructuralType {
622 : AstStructuralType(kFunction, 2 + arity, zone) { in AstFunctionType()
642 class AstTupleType : public AstStructuralType {
653 : AstStructuralType(kTuple, length, zone) {} in AstTupleType()
673 class AstUnionType : public AstStructuralType {
679 : AstStructuralType(kUnion, length, zone) {} in AstUnionType()