Home
last modified time | relevance | path

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

12345678910>>...26

/arkcompiler/runtime_core/static_core/plugins/ets/tests/test-lists/declgenets2ts/ets-cts/
Ddeclgen-ets2ts-cts-excluded.txt38 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/
Dbase_object_dispatcher.h71 // 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/
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/runtime_core/static_core/plugins/ets/isa/
Disa.yaml35 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/
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/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/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/plugins/ets/tests/interop_js/tests/exceptions/sts_to_js/
DCMakeLists.txt15 CPP_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/exceptions.cpp
16 ETS_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/exceptions.ets
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml151 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 …]
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/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/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_deprecated/02.multiple_catch_clauses_in_try_statements/
Dtry.ets19 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/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/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dlaunch_exception.ets36 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/
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|

12345678910>>...26