Home
last modified time | relevance | path

Searched defs:throws (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-invalid-urls.js22 const throws = () => { modules[module][fn](host, doNotCall); }; function
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts54 throws; property in C
123 throws; property
193 throws; variable
262 throws, enumerator
/third_party/typescript/tests/baselines/reference/
DpropertyNamesOfReservedWords.js55 throws; field in C
/third_party/node/lib/
Dassert.js898 assert.throws = function throws(promiseFn, ...args) { function
/third_party/rust/crates/cxx/syntax/
Dparse.rs670 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1416 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
Dmod.rs189 pub throws: bool, field
/third_party/libabigail/tests/lib/
Dcatch.hpp14136 bool TestCaseInfo::throws() const { in throws() function in Catch::TestCaseInfo