Searched defs:UnionType (Results 1 – 7 of 7) sorted by relevance
27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() function39 explicit UnionType(ArenaVector<Type *> &&constituentTypes) in UnionType() function47 explicit UnionType(ArenaVector<Type *> &constituentTypes) in UnionType() function
26 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() function40 explicit UnionType(ArenaAllocator *allocator, ArenaVector<Type *> &&constituentTypes) in UnionType() function50 explicit UnionType(ArenaAllocator *allocator, ArenaVector<Type *> &constituentTypes) in UnionType() function
18 type UnionType = string | number; alias
18 type UnionType = number | string; alias
32 type UnionType = string | number; alias
69 export type UnionType = number | string; alias
2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument