Home
last modified time | relevance | path

Searched full:catch (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/arkcompiler/ets_frontend/test262/
Des2abc_skip_tests.json64 … "language/expressions/dynamic-import/catch/nested-async-gen-await-instn-iee-err-circular.js",
65 …"language/expressions/dynamic-import/catch/nested-async-gen-return-await-instn-iee-err-ambiguous-i…
66 …"language/expressions/dynamic-import/catch/nested-async-gen-return-await-eval-script-code-target.j…
67 … "language/expressions/dynamic-import/catch/nested-async-gen-await-file-does-not-exist.js",
68 … "language/expressions/dynamic-import/catch/nested-async-gen-await-eval-script-code-target.js",
69 … "language/expressions/dynamic-import/catch/nested-async-gen-await-eval-rqstd-abrupt-urierror.js",
70 … "language/expressions/dynamic-import/catch/nested-async-gen-return-await-file-does-not-exist.js",
71 …"language/expressions/dynamic-import/catch/nested-async-gen-return-await-eval-rqstd-abrupt-typeerr…
72 …"language/expressions/dynamic-import/catch/nested-async-gen-await-instn-iee-err-ambiguous-import.j…
73 …"language/expressions/dynamic-import/catch/nested-async-gen-return-await-eval-rqstd-abrupt-urierro…
[all …]
Dts2abc_skip_tests.json190 …"language/expressions/dynamic-import/catch/nested-async-arrow-function-await-eval-script-code-targ…
191 … "language/expressions/dynamic-import/catch/nested-async-gen-await-eval-script-code-target.js",
192 …"language/expressions/dynamic-import/catch/nested-async-gen-return-await-eval-script-code-target.j…
193 …"language/expressions/dynamic-import/catch/nested-async-arrow-function-return-await-eval-script-co…
194 … "language/expressions/dynamic-import/catch/top-level-import-catch-eval-script-code-target.js",
195 … "language/expressions/dynamic-import/catch/nested-if-import-catch-eval-script-code-target.js",
196 … "language/expressions/dynamic-import/catch/nested-arrow-import-catch-eval-script-code-target.js",
197 … "language/expressions/dynamic-import/catch/nested-block-labeled-eval-script-code-target.js",
198 … "language/expressions/dynamic-import/catch/nested-async-function-eval-script-code-target.js",
199 … "language/expressions/dynamic-import/catch/nested-async-gen-await-file-does-not-exist.js",
[all …]
DdynamicImport_tests.txt424 nested-function-import-catch-eval-rqstd-abrupt-urierror.js
425 nested-if-import-catch-specifier-tostring-abrupt-rejects.js
426 top-level-import-catch-eval-script-code-target.js
430 nested-while-import-catch-file-does-not-exist.js
441 nested-while-import-catch-eval-script-code-target.js
443 nested-function-import-catch-instn-iee-err-ambiguous-import.js
444 nested-function-import-catch-eval-rqstd-abrupt-typeerror.js
445 nested-block-import-catch-specifier-tostring-abrupt-rejects.js
446 nested-arrow-import-catch-specifier-tostring-abrupt-rejects.js
448 nested-while-import-catch-eval-rqstd-abrupt-urierror.js
[all …]
/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md1 # Try-catch blocks IR building
22 .catch RuntimeException, try_begin_label_0, try_end_label_0, handler_begin_label_0_0
23 .catch Exception, try_begin_label_0, try_end_label_0, handler_begin_label_0_1
64 …e normal control-flow successor and N catch-handlers successors (N is equal 2 in the example: try-…
66 …y-end` block to the catch-handlers are needed for correct linear order of basic blocks, since prog…
92 .catch E, try_begin, try_end, try_end
114 \---- | TryEnd |------> | Catch |
125 `CatchPhi` - pseudo instruction which is added to the `Catch-begin` basic block. Each `CatchPhi` co…
142 …ck. It contains pointer to the `Try-end` and maps exceptions types to the catch-handlers basic blo…
149 - map from each throwable instruction the corresponding catch-handlers;
[all …]
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtryStatements.ts22 try { } catch { }
24 try { } catch {
25 try { } catch {
26 try { } catch { }
28 try { } catch { }
31 try { } catch (x) { let x: any;
39 try { } catch { } finally { }
41 try { } catch (z) { } finally {
Demitter.noCatchBinding.es2019.ts23 try { } catch { }
24 try { } catch {
25 try { } catch { }
27 try { } catch { } finally { }
Des5-asyncFunctionTryStatements.ts38 catch (e) {
56 catch (e) {
73 catch (e) {
92 catch (e) {
157 catch (e) {
180 catch (e) {
202 catch (e) {
225 catch (e) {
Dcatch.ts19 // === tests/cases/compiler/catch.ts ===
22 try {} catch(e) {
26 try {} catch(e) {
DdestructuringCatch.ts27 catch ([a, b]) {
42 catch ({a, b}) {
59 catch ([{x: [y], z}]) {
69 catch (/*Test comment ranges*/[/*a*/a]) {
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole6.js16 try {} catch (e) {
30 } catch (e) {}
33 } catch (e) {}
38 } catch (e) {}
40 } catch (e) {}
44 } catch (e) {}
Dsafe_hole5.js16 try {} catch (e) {
30 } catch (e) {}
35 } catch (e) {}
/arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/
Dasmstackoverflow.js28 } catch (e) {
39 } catch (e) {
48 } catch (error) {
65 } catch (e) {
80 } catch (e) {
95 } catch (e) {
110 } catch (e) {
125 } catch (e) {
/arkcompiler/ets_runtime/test/moduletest/trycatch/
Dtrycatch.js18 * @tc.desc:test try-catch
29 } catch (error) {
36 } catch(e) {
43 } catch(e) {
49 } catch(e) {
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dthrow.yaml163 .catch panda.NullPointerException, try_begin, try_end, catch_NPE_block_begin
196 .catch panda.NullPointerException, try_begin, try_end, catch_NPE_block_begin
307 description: "Check that correct catch block is selected"
380 .catch panda.NullPointerException, try_begin, try_end, catch_NPE_block_begin
381 .catch E1, try_begin, try_end, catch_E1_block_begin
382 .catch E2, try_begin, try_end, catch_E2_block_begin
383 .catch E3, try_begin, try_end, catch_E3_block_begin
392 description: "Check that correct catch block is selected"
466 .catch panda.NullPointerException, try_begin, try_end, catch_NPE_block_begin
467 .catch panda.RuntimeException, try_begin, try_end, catch_RE_block_begin
[all …]
Dcheckcast.yaml80 .catch panda.ClassCastException, try_begin, try_end, catch_begin
125 .catch panda.ClassCastException, try_begin, try_end, catch_begin
173 .catch panda.ClassCastException, try_begin, try_end, catch_begin
218 .catch panda.ClassCastException, try_begin, try_end, catch_begin
266 .catch panda.ClassCastException, try_begin, try_end, catch_begin
311 .catch panda.ClassCastException, try_begin, try_end, catch_begin
366 .catch panda.ClassCastException, try_begin, try_end, catch_begin
412 .catch panda.ClassCastException, try_begin, try_end, catch_begin
470 .catch panda.ClassCastException, try_begin, try_end, catch_begin
511 .catch panda.ClassCastException, try_begin, try_end, catch_begin
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-try-statement.js18 catch(e) { }
22 catch { }
29 catch(e) { }
32 catch { }
/arkcompiler/ets_runtime/test/moduletest/bigint/
Dbigint.js28 } catch (e) {
39 } catch (err) {
47 } catch (err) {
54 } catch (err) {
65 } catch (err) {
83 } catch (error) {
/arkcompiler/ets_runtime/test/moduletest/dynamicimport/
Ddynamicimport.js30 }).then().catch();
37 f().then().catch();
44 // Catch error test
45 import('./throwerror.js').catch(error => {
/arkcompiler/ets_runtime/test/moduletest/errorhelper/
Derrorhelper.js28 } catch(e45) {
37 } catch (err) {
42 } catch (error) {}
49 } catch (e) {
/arkcompiler/runtime_core/tests/checked/
Dimplicit_nullcheck_tests.pa89 .catch panda.NullPointerException, try_begin, try_end, catch_block1_begin
113 .catch panda.NullPointerException, try_begin, try_end, catch_block1_begin
135 .catch panda.NullPointerException, try_begin, try_end, catch_block1_begin
158 .catch panda.NullPointerException, try_begin, try_end, catch_block1_begin
181 .catch panda.NullPointerException, try_begin, try_end, catch_block1_begin
204 .catch panda.NullPointerException, try_begin, try_end, catch_block1_begin
227 .catch panda.NullPointerException, try_begin, try_end, catch_block1_begin
251 .catch panda.NullPointerException, try_begin, try_end, catch_block1_begin
/arkcompiler/ets_runtime/test/moduletest/fortest/
Dfortest.js55 } catch (v5) {
62 } catch (e) {
72 } catch (e) {
83 } catch (e) {
/arkcompiler/ets_runtime/test/aottest/try/
Dtry.js19 } catch (err) {
31 } catch (e) {
32 try { a.x } catch (e2) {}
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dreserved-words-as-method-name.js23 catch() {
24 print("method catch")
43 a.catch();
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js186 } catch(e) {
193 } catch(e) {
210 } catch (e) {
219 } catch (e) {
225 } catch (error) {
239 } catch (error) {
247 } catch (error) {
253 } catch (error) {
/arkcompiler/ets_runtime/test/aottest/try_catch_finally/
Dtry_catch_finally.ts29 catch (er1) { }
46 catch (er1) {
63 catch (er1) {
92 catch (er1) {

12345678910>>...16