Searched defs:throws (Results 1 – 7 of 7) sorted by relevance
22 const throws = () => { modules[module][fn](host, doNotCall); }; function
54 throws; property in C123 throws; property193 throws; variable262 throws, enumerator
55 throws; field in C
898 assert.throws = function throws(promiseFn, ...args) { function
670 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable1416 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
189 pub throws: bool, field
14136 bool TestCaseInfo::throws() const { in throws() function in Catch::TestCaseInfo