Home | History | Annotate | Download | only in preparser

Lines Matching refs:throws

37   def __init__(self, root, path, executable, mode, throws, context, source):
41 self.throws = throws
62 if (self.throws):
63 result += ['throws'] + self.throws
102 throws = None
104 throws = [expectation]
108 mode, throws, self.context,
138 throws = None;
140 throws = expectations[file]
143 mode, throws, self.context, None))