Searched refs:AstTypeBounds (Results 1 – 4 of 4) sorted by relevance
18 class AstTypeBounds {20 explicit AstTypeBounds(Zone* zone) : bounds_map_(zone) {} in AstTypeBounds() function21 ~AstTypeBounds() {} in ~AstTypeBounds()
28 AstTypeBounds* bounds);49 AstTypeBounds* bounds_;
20 FunctionLiteral* root, AstTypeBounds* bounds) in AstTyper()
2094 AstTypeBounds* bounds() { return &bounds_; } in bounds()2818 AstTypeBounds bounds_;