Home
last modified time | relevance | path

Searched defs:throw (Results 1 – 25 of 65) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-domain-abort-on-uncaught.js70 throw new Error('exceptional!'); field
82 throw new Error('boom!'); field
100 throw new Error('ok'); field
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-1918.js15 throw $ = {name: function () {}} variable
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitTypeParamMergedWithPrivate.js4 throw ""; field in Test
DgenericInterfaceImplementation.js10 throw null; field in None
DgetterThatThrowsShouldNotNeedReturn.js4 throw ''; // should not raise an error field in Greeter
DstrictFunctionTypesErrors.js142 static f1(x: Animal): Animal { throw "wat"; } field in Foo
DreservedWords2.js6 function throw() {} function
/third_party/typescript/src/lib/
Des2018.asynciterable.d.ts16 throw?(e?: any): Promise<IteratorResult<T, TReturn>>; method
Des2015.generator.d.ts7 throw(e: any): IteratorResult<T, TReturn>; method
Des2018.asyncgenerator.d.ts7 throw(e: any): Promise<IteratorResult<T, TReturn>>; method
/third_party/typescript/lib/
Dlib.es2018.asynciterable.d.ts36 throw?(e?: any): Promise<IteratorResult<T, TReturn>>; method
Dlib.es2018.asyncgenerator.d.ts27 throw(e: any): Promise<IteratorResult<T, TReturn>>; method
Dlib.es2015.generator.d.ts27 throw(e: any): IteratorResult<T, TReturn>; method
/third_party/typescript/tests/cases/compiler/
DreservedWords2.ts5 function throw() {} function
DconvertKeywordsYes.ts164 throw; property
221 public throw = 0; property in bigClass
280 throw, enumerator
/third_party/toybox/toys/other/
Dshred.c47 int fd = open(*try, O_RDWR), iter = 0, throw; local
/third_party/node/deps/npm/node_modules/qs/dist/
Dqs.js176 throw new TypeError('Decoder has to be a function.'); field
339 throw new TypeError('Encoder has to be a function.'); field
354 throw new TypeError('Unknown format option provided.'); field
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts53 throw; property in C
122 throw; property
192 throw; variable
261 throw, enumerator
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.min.js30 …c(a,!0);if(o)return o(a,!0);var l=new Error("Cannot find module '"+a+"'");throw l.code="MODULE_NOT… field
31 …ejectCallback(t,!0),e},i.setScheduler=function(t){if("function"!=typeof t)throw new g("expecting a… field
Dbluebird.core.js33 try {throw new Error(); } catch (e) {firstLineError = e;} field
1374 try { throw new Error(); } field
1384 try { throw new Error(); } field
2243 throw new TypeError("The last argument to .catch() " + field
3180 throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a"); field
3534 throw r; field
3820 try {throw new Error(); } catch (e) {ret.lastLineError = e;} field
Dbluebird.min.js29 …c(s,!0);if(o)return o(s,!0);var l=new Error("Cannot find module '"+s+"'");throw l.code="MODULE_NOT… field
30 …is._promiseCancelled()},e.coroutine=function(t,e){if("function"!=typeof t)throw new u("generatorFu… field
31 …=e.PromiseInspection,s=t("./util");s.inherits(i,n),i.prototype._promiseResolved=function(t,e){this…
/third_party/toybox/toys/posix/
Dod.c54 int throw = 0, pad = 0; in od_out_t() local
/third_party/python/Lib/asyncio/
Dcoroutines.py64 def throw(self, type, value=None, traceback=None): member in CoroWrapper
/third_party/typescript/tests/cases/conformance/controlFlow/
DneverReturningFunctions1.ts240 throw(): never { method in Debug.MyThrowable
/third_party/python/Lib/test/
Dtest_collections.py786 def throw(self, typ, val=None, tb=None): member in TestOneTrickPonyABCs.test_Awaitable.MinimalCoro
836 def throw(self, typ, val=None, tb=None): member in TestOneTrickPonyABCs.test_Coroutine.MinimalCoro
864 def throw(self, typ, val=None, tb=None): member in TestOneTrickPonyABCs.test_Coroutine.CoroLike
1152 def throw(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_Generator.NonGen1
1163 def throw(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_Generator.NonGen3
1177 def throw(self, typ, val=None, tb=None): pass member in TestOneTrickPonyABCs.test_Generator.Gen
1182 def throw(self, typ, val=None, tb=None): member in TestOneTrickPonyABCs.test_Generator.MinimalGen
1208 def throw(self, *args): raise ValueError member in TestOneTrickPonyABCs.test_Generator.FailOnClose
1214 def throw(self, *args): pass member in TestOneTrickPonyABCs.test_Generator.IgnoreGeneratorExit

123