Home
last modified time | relevance | path

Searched full:outside (Results 1 – 25 of 168) sorted by relevance

1234567

/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule71.ts.json24 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
34 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
44 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
54 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
64 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
74 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
84 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
94 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
104 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
114 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
[all …]
Drule71.ts.autofix.json24 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
34 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
44 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
54 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
64 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
74 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
91 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
108 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
118 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
135 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/11.local_classes_and_interfaces/
Dlocal_class_out_of_visibility_area.params.yaml17 // Access to local class field from outside
33 // Access to local interface field from outside
45 // Access to local class method from outside
63 // Access to local interface method from outside
77 // Using local class outside of visibility area
86 // Using local interface outside of visibility area
120 // Access to function argument by local class outside of visibility area
129 // Access to function argument by local interface outside of visibility area
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djmp.yaml164 # Jump outside function
228 description: Jump outside try/catch block.
235 jmp outside
247 outside:
256 description: Jump outside try/catch block.
265 jmp outside
277 outside:
Djnez.yaml240 description: Check that jump outside method is not allowed.
261 description: Jump outside try/catch block.
269 jnez outside
281 outside:
290 description: Jump outside try/catch block.
300 jnez outside
312 outside:
430 outside:
449 - values: ["outside"]
Djgtz.yaml270 description: Jump outside try/catch block.
278 jgtz outside
290 outside:
299 description: Jump outside try/catch block.
309 jgtz outside
321 outside:
439 outside:
458 - values: ["outside"]
Djeqz.yaml260 description: Jump outside try/catch block.
268 jeqz outside
280 outside:
289 description: Jump outside try/catch block.
299 jeqz outside
311 outside:
429 outside:
448 - values: ["outside"]
Djltz.yaml272 description: Jump outside try/catch block.
280 jltz outside
292 outside:
301 description: Jump outside try/catch block.
312 jltz outside
324 outside:
442 outside:
461 - values: ["outside"]
Djlez.yaml335 description: Jump outside try/catch block.
343 jlez outside
355 outside:
364 description: Jump outside try/catch block.
374 jlez outside
386 outside:
504 outside:
523 - values: ["outside"]
Djgez.yaml330 description: Jump outside try/catch block.
338 jgez outside
350 outside:
359 description: Jump outside try/catch block.
369 jgez outside
381 outside:
499 outside:
518 - values: ["outside"]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/
Dclass_initializer_with_type_variable.sts17 desc: Class initializer with type variable declared outside the class initializer.
18 …r if the keyword this or the keyword super or any type variable declared outside the class initial…
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Djmp.yaml152 # Jump outside function
211 description: Jump outside try/catch block.
218 jmp outside
230 outside:
Djnez.yaml239 description: Check that jump outside method is not allowed.
260 description: Jump outside try/catch block.
268 jnez outside
280 outside:
386 outside:
405 - values: ["outside"]
Djeqz.yaml259 description: Jump outside try/catch block.
267 jeqz outside
279 outside:
385 outside:
404 - values: ["outside"]
Djgtz.yaml269 description: Jump outside try/catch block.
277 jgtz outside
289 outside:
395 outside:
414 - values: ["outside"]
/arkcompiler/runtime_core/static_core/compiler/docs/
Dloop_unswitch_doc.md4 `Loop Unswitch` optimization moves a conditional inside a loop outside of it by duplicating the loo…
20 * move branch instruction outside a loop
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.coroutines/02.awaiting_coroutine/
Da.params.yaml28 // Error in launch function propagates outside
49 // Error in await function propagates outside
70 // Exception in launch function propagates outside
91 // Exception in await function propagates outside
112 // Exception re-thrown and propagates outside
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-func-decl1-expected.txt1 SyntaxError: Private identifiers are not allowed outside class bodies. [test-func-decl1.ts:18:10]
Dtest-ts-private-class-element-1-expected.txt1 SyntaxError: Private identifiers are not allowed outside class bodies. [test-ts-private-class-eleme…
Dtest-ts-private-class-element-4-expected.txt1 SyntaxError: Private identifiers are not allowed outside class bodies. [test-ts-private-class-eleme…
Dtest-ts-private-class-element-3-expected.txt1 SyntaxError: Private identifiers are not allowed outside class bodies. [test-ts-private-class-eleme…
Dtest-ts-private-class-element-2-expected.txt1 SyntaxError: Private identifiers are not allowed outside class bodies. [test-ts-private-class-eleme…
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dfor_stmts.ts.json64 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
74 …ule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops)",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accesible/
Dtype_name_neg.params.yaml40 # Outside of valid declaration area
46 # Outside of visibility area
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dets_try_catch.sts16 //! CHECKER Try Catch Resolving JIT Optimize when default catch is outside
25 //! CHECKER Try Catch Resolving AOT Optimize when default catch is outside

1234567