| /arkcompiler/runtime_core/static_core/plugins/ets/tests/test-lists/declgenets2ts/ets-cts/ |
| D | declgen-ets2ts-cts-excluded.txt | 38 deprecated/15.exceptions/01.throwing_functions/constructor_call_with_catch.ets 39 deprecated/15.exceptions/01.throwing_functions/function_call_with_catch.ets 40 deprecated/15.exceptions/01.throwing_functions/lambda.ets 41 deprecated/15.exceptions/01.throwing_functions/lambda_without_keyword.ets 42 deprecated/15.exceptions/02.non_throwing_functions/constructor_with_default_catch.ets 43 deprecated/15.exceptions/02.non_throwing_functions/constructor_without_default_catch.ets 44 deprecated/15.exceptions/02.non_throwing_functions/function_with_default_catch.ets 45 deprecated/15.exceptions/02.non_throwing_functions/function_without_default_catch.ets 46 deprecated/15.exceptions/02.non_throwing_functions/lambda_call_without_catch.ets 47 deprecated/15.exceptions/02.non_throwing_functions/lambda_without_default_catch.ets [all …]
|
| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | base_object_dispatcher.h | 71 // fix(hewei): exceptions may occur, check here and return default value. in GetTaggedProperty() 75 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedProperty() 79 // fix(hewei): exceptions may occur, check here and return default value. in GetTaggedProperty() 83 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedProperty() 94 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedProperty() 97 // fix(hewei): exceptions may occur, check here and return default value. in GetBoxedProperty() 102 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedProperty() 105 // fix(hewei): exceptions may occur, check here and return default value. in GetBoxedProperty() 115 // fix(hewei): exceptions may occur, check here and return default value. in GetTaggedElementByIdx() 119 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedElementByIdx() [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 28 exceptions: 32 exceptions: 40 exceptions: 53 exceptions: 66 exceptions: 79 exceptions:
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 28 exceptions: 32 exceptions: 40 exceptions: 53 exceptions: 66 exceptions: 79 exceptions: 97 exceptions: 120 exceptions:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/isa/ |
| D | isa.yaml | 35 exceptions: 87 exceptions: 158 exceptions: 195 exceptions: 211 exceptions: 228 exceptions: 250 exceptions: 279 exceptions: 307 exceptions: 323 exceptions:
|
| /arkcompiler/ets_runtime/test/aottest/ic/ |
| D | ic.ts | 92 const exceptions = { constant 112 const expected = unit in exceptions ? 113 [exceptions[unit]["1"], exceptions[unit]["0"], exceptions[unit]["0"], exceptions[unit]["-1"]] :
|
| /arkcompiler/ets_runtime/test/aottest/stownbyindex/ |
| D | stownbyindex.ts | 85 const exceptions = { constant 105 const expected = unit in exceptions 106 ? [exceptions[unit]["1"], exceptions[unit]["0"], exceptions[unit]["0"], exceptions[unit]["-1"]]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_exceptions.h | 29 // NOTE: Is used to throw all language exceptional objects (currently Errors and Exceptions) 32 // NOTE: Is used to throw all language exceptional objects (currently Errors and Exceptions) 38 // NOTE: Is used to throw all language exceptional objects (currently Errors and Exceptions)
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapiexception_fuzzer/ |
| D | jsnapiexception_fuzzer.cpp | 37 JSNApi::GetUncaughtException(vm); // Get uncaught exceptions in JSNApiThrowExceptionFuzztest() 38 JSNApi::HasPendingException(vm); // There are pending exceptions in JSNApiThrowExceptionFuzztest() 39 TryCatch tryCatch(vm); // Capture exceptions in JSNApiThrowExceptionFuzztest()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/exceptions/sts_to_js/ |
| D | CMakeLists.txt | 15 CPP_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/exceptions.cpp 16 ETS_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/exceptions.ets
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 151 exceptions: 153 description: Bytecode doesn't throw exceptions. 275 exceptions: 289 exceptions: 312 exceptions: 341 exceptions: 355 exceptions: 378 exceptions: 413 exceptions: 430 exceptions: [all …]
|
| D | asserts.rb | 80 %i[verification exceptions properties].flat_map { |type| Panda.send(type).map(&:tag) }.uniq? 84 %i[verification exceptions properties].map do |type| 92 %i[verification exceptions properties].map do |type| 101 assert('Verification, exceptions and properties are not empty for every instruction group') do 102 %i[verification exceptions properties].map do |type| 190 i.properties.include?('call') && i.exceptions.include?('x_call')
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | uncovered_md.erb | 38 <% if v['exceptions'].class == Array %> 40 Exceptions: 42 <% v['exceptions']&.each do |e| -%>
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/templates/ |
| D | uncovered_md.erb | 38 <% if v['exceptions'].class == Array %> 40 Exceptions: 42 <% v['exceptions']&.each do |e| -%>
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/ |
| D | try.ets | 19 Try statements run the block of code to handle exceptions and errors. 20 Try statements can contain several catch clauses to handle exceptions and
|
| /arkcompiler/runtime_core/isa/ |
| D | asserts.rb | 80 %i[verification exceptions properties].flat_map { |type| Panda.send(type).map(&:tag) }.uniq? 84 %i[verification exceptions properties].map do |type| 92 %i[verification exceptions properties].map do |type| 101 assert('Verification, exceptions and properties are not empty for every instruction group') do 102 %i[verification exceptions properties].map do |type| 190 i.properties.include?('call') && i.exceptions.include?('x_call')
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 29 ### Checks of exceptions, that can be thrown in runtime 31 Some code may exibit behavior of permanently throwing of exceptions, like always throwing NPE.
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | bytecode_instruction_enum_gen.h.erb | 35 enum Exceptions : uint32_t { 36 % Panda::exceptions.each_with_index do |f, i|
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | absint_checks.md | 29 ### Checks of exceptions, that can be thrown in runtime 31 Some code may exibit behavior of permanently throwing of exceptions, like always throwing NPE.
|
| /arkcompiler/runtime_core/isa/templates/ |
| D | isa.md.erb | 45 Exceptions: 46 % g.exceptions.each do |e|
|
| /arkcompiler/runtime_core/static_core/isa/templates/ |
| D | isa.md.erb | 45 Exceptions: 46 % g.exceptions.each do |e|
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | launch_exception.ets | 36 console.println("No exceptions thrown by coro_stack_overflow() but should be!") 50 console.println("No exceptions thrown by coro_error() but should be!")
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/ |
| D | bytecode_inst_enum_gen.h.erb | 61 enum Exceptions : uint32_t { 62 % Panda::exceptions.each_with_index do |f, i|
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | try_catch_blocks_ir.md | 123 ## Exceptions' meta-info in the IR 142 …`Try-begin` basic block. It contains pointer to the `Try-end` and maps exceptions types to the cat… 146 ## Graph special data-structures for exceptions info 160 …is the catcher that processes appropriate exceptions. If it is not known for certain that any of t…
|
| /arkcompiler/runtime_core/static_core/libpandafile/templates/ |
| D | bytecode_instruction_enum_gen.h.erb | 46 enum Exceptions : uint32_t { 47 % Panda::exceptions.each_with_index do |f, i|
|