Home
last modified time | relevance | path

Searched full:exceptions (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D12_errors.rst55 The difference between these two terms is that *exceptions* are the
57 is expected to resolve some exceptions, and inform the user if it
64 As a result, exceptions can be handled in a much more effective
73 Some modern programming languages support only exceptions; others
75 *exceptions* and *errors* must be supported. ``Exception`` and
78 Exceptions are described in the chapter Experimental Features (see
79 :ref:`Exceptions`) of this specification.
143 exceptions and errors. Throwing exceptions provide a structured way to
148 errors in a manner similar to the handling of exceptions.
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml28 exceptions:
32 exceptions:
40 exceptions:
53 exceptions:
66 exceptions:
79 exceptions:
/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml28 exceptions:
32 exceptions:
40 exceptions:
53 exceptions:
66 exceptions:
79 exceptions:
97 exceptions:
120 exceptions:
/arkcompiler/ets_runtime/test/aottest/stownbyindex/
Dstownbyindex.ts85 const exceptions = { constant
105 const expected = unit in exceptions
106 ? [exceptions[unit]["1"], exceptions[unit]["0"], exceptions[unit]["0"], exceptions[unit]["-1"]]
/arkcompiler/ets_runtime/test/aottest/ic/
Dic.ts92 const exceptions = { constant
112 const expected = unit in exceptions ?
113 [exceptions[unit]["1"], exceptions[unit]["0"], exceptions[unit]["0"], exceptions[unit]["-1"]] :
/arkcompiler/runtime_core/static_core/plugins/ets/isa/
Disa.yaml35 exceptions:
77 exceptions:
129 exceptions:
179 exceptions:
195 exceptions:
212 exceptions:
234 exceptions:
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.h29 // 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/
Djsnapiexception_fuzzer.cpp37 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/isa/
Disa.yaml149 exceptions:
151 description: Bytecode doesn't throw exceptions.
273 exceptions:
287 exceptions:
310 exceptions:
339 exceptions:
353 exceptions:
376 exceptions:
411 exceptions:
428 exceptions:
[all …]
Dasserts.rb80 %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/static_core/tests/cts-coverage-tool/lib/templates/
Duncovered_md.erb38 <% if v['exceptions'].class == Array %>
40 Exceptions:
42 <% v['exceptions']&.each do |e| -%>
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/
Duncovered_md.erb38 <% if v['exceptions'].class == Array %>
40 Exceptions:
42 <% v['exceptions']&.each do |e| -%>
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.statements/02.multiple_catch_clauses_in_try_statements/
Dtry.sts19 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/
Dasserts.rb80 %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/
Dabsint_checks.md29 ### 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/
Dbytecode_instruction_enum_gen.h.erb35 enum Exceptions : uint32_t {
36 % Panda::exceptions.each_with_index do |f, i|
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dabsint_checks.md29 ### 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/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dlaunch_exception.sts34 console.println("No exceptions thrown by coro_stack_overflow() but should be!")
48 console.println("No exceptions thrown by coro_error() but should be!")
/arkcompiler/runtime_core/isa/templates/
Disa.md.erb45 Exceptions:
46 % g.exceptions.each do |e|
/arkcompiler/runtime_core/static_core/isa/templates/
Disa.md.erb45 Exceptions:
46 % g.exceptions.each do |e|
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dbytecode_inst_enum_gen.h.erb61 enum Exceptions : uint32_t {
62 % Panda::exceptions.each_with_index do |f, i|
/arkcompiler/runtime_core/static_core/compiler/docs/
Dtry_catch_blocks_ir.md123 ## 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/
Dbytecode_instruction_enum_gen.h.erb46 enum Exceptions : uint32_t {
47 % Panda::exceptions.each_with_index do |f, i|
/arkcompiler/runtime_core/disassembler/
DCMakeLists.txt161 compile_pre_build(TARGET disasm_binaries-exceptions
162 FILE_SRC ${DISASM_TESTS_DIR}/exceptions.pa
163 FILE_DST ${DISASM_BIN_DIR}/exceptions.bc)
167 add_dependencies(disasm_tests disasm_binaries-exceptions)
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml95 exceptions: [x_null]
101 exceptions:
132 exceptions: [x_null]
171 exceptions:
203 exceptions:

12345678910>>...25