Home
last modified time | relevance | path

Searched defs:throw (Results 1 – 25 of 62) 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/node/deps/npm/lib/commands/
Dorg.js55 throw new Error('First argument `orgname` is required.') field in Org
59 throw new Error('Second argument `username` is required.') field in Org
63 throw new Error( field in Org
Dconfig.js148 throw this.usageError() field in Config
187 throw new Error(`The ${key} option is protected, and can not be retrieved in this way`) field in Config
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-1918.js15 throw $ = {name: function () {}} variable
/third_party/node/deps/v8/tools/system-analyzer/view/
Dproperty-link-table.mjs33 throw new Error( field
/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
DprivateNamesAssertion(target=esnext).js17 throw new Error(); field in Foo2
DprivateNamesAssertion(target=es2022).js17 throw new Error(); field in Foo2
DreservedWords2.js6 function throw() {} function
/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/typescript/lib/
Dlib.es2018.asynciterable.d.ts36 throw?(e?: any): Promise<IteratorResult<T, TReturn>>; method
Dlib.es2015.generator.d.ts27 throw(e: any): IteratorResult<T, TReturn>; method
Dlib.es2018.asyncgenerator.d.ts27 throw(e: any): Promise<IteratorResult<T, TReturn>>; method
/third_party/typescript/src/lib/
Des2018.asynciterable.d.ts16 throw?(e?: any): Promise<IteratorResult<T, TReturn>>; method
Des2018.asyncgenerator.d.ts7 throw(e: any): Promise<IteratorResult<T, TReturn>>; method
Des2015.generator.d.ts7 throw(e: any): IteratorResult<T, TReturn>; method
/third_party/toybox/toys/other/
Dshred.c47 int fd = open(*try, O_RDWR), iter = 0, throw; local
/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/toybox/toys/posix/
Dod.c54 int throw = 0, pad = 0; in od_out_t() local
/third_party/typescript/tests/cases/conformance/controlFlow/
DneverReturningFunctions1.ts240 throw(): never { method in Debug.MyThrowable
/third_party/python/Lib/test/test_asyncio/
Dtest_pep492.py22 def throw(self, typ, val=None, tb=None): member in FakeCoro

123