Home
last modified time | relevance | path

Searched defs:throw (Results 1 – 25 of 63) 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=es2022).js17 throw new Error(); field in Foo2
DprivateNamesAssertion(target=esnext).js17 throw new Error(); field in Foo2
DreservedWords2.js6 function throw() {} function
/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/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.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/toybox/toys/other/
Dshred.c47 int fd = open(*try, O_RDWR), iter = 0, throw; local
/third_party/lzma/CPP/Common/
DMyCom.h19 CMyComPtr(T* p) throw() { if ((_p = p) != NULL) p->AddRef(); } in throw() function
20 CMyComPtr(const CMyComPtr<T>& lp) throw() { if ((_p = lp._p) != NULL) _p->AddRef(); } in throw() function
/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/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