Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-types.h569 class AstStructuralType : public AstTypeBase {
593 AstStructuralType(Kind kind, int length, i::Zone* zone) in AstStructuralType() function
607 class AstFunctionType : public AstStructuralType {
620 : AstStructuralType(kFunction, 2 + arity, zone) { in AstFunctionType()
640 class AstTupleType : public AstStructuralType {
651 : AstStructuralType(kTuple, length, zone) {} in AstTupleType()
671 class AstUnionType : public AstStructuralType {
677 : AstStructuralType(kUnion, length, zone) {} in AstUnionType()