/arkcompiler/runtime_core/docs/bc_verification/ |
D | cflow_checks.md | 10 exception 19 exception 36 I.e. layout of exception handlers is rather flexible, even 50 exception 69 exception 87 exception 105 ### Code to exception handler 119 exception 137 exception 145 fallthrough on beginning of exception handler are allowed. [all …]
|
D | absint_checks.md | 23 ### Checks of exception handlers 25 These checks performed to check correctness of context on exception handler entry. 27 They can help to detect usage of inconsistent information in registers in exception handlers. 33 …ontrol-flow in code, so verifier can detect such situations (when code always throws an exception).
|
/arkcompiler/ets_runtime/test/quickfix/multi_patch/ |
D | expect_output.txt | 18 QuickFix start check exception 19 QuickFix have no exception 26 QuickFix start check exception 27 QuickFix have no exception 34 QuickFix start check exception 35 QuickFix have no exception
|
/arkcompiler/toolchain/tooling/test/utils/ |
D | test_hooks.h | 71 if (test_->exception) { in Exception() 72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local 74 test_->exception(location); in Exception() 76 if (!exception->IsHole()) { in Exception() 77 DebuggerApi::SetException(vm_, exception); in Exception()
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | iterator.ts | 109 let exception = pg.getTemp(); 123 pg.storeConst(this.node, exception, CacheList.HOLE); 144 pg.storeAccumulator(this.node, exception); 150 pg.condition(this.node, ts.SyntaxKind.ExclamationEqualsToken, exception, skipThrow); 153 pg.loadAccumulator(this.node, exception); 164 pg.freeTemps(completion, res, exception)
|
/arkcompiler/runtime_core/tests/cts-generator/runner/ |
D | runner.rb | 57 def self.print_exception(exception) argument 58 puts "Exception: exception class : #{exception.class}" 59 puts " exception message : #{exception.message}" 60 exception.backtrace.each do |t|
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | verifier.config | 10 error-in-exception-handler 11 permanent-runtime-exception
|
/arkcompiler/ets_runtime/test/aottest/builtins_array/ |
D | expect_output.txt | 21 throw exception 23 throw exception 25 throw exception
|
/arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/ |
D | pttypesfunctionremoteobject_fuzzer.cpp | 33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm); in PtTypesFunctionRemoteObjectFuzzTest() local 34 FunctionRemoteObject obj(vm, exception); in PtTypesFunctionRemoteObjectFuzzTest()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | forInStatement.cpp | 65 compiler::VReg exception = pg->AllocReg(); in Compile() local 66 pg->StoreAccumulator(right_, exception); in Compile() 70 pg->LoadAccumulator(right_, exception); in Compile()
|
D | tryStatement.cpp | 52 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local 53 pg->StoreConst(this, exception, compiler::Constant::JS_HOLE); in CompileFinally() 57 pg->StoreAccumulator(this, exception); in CompileFinally() 69 pg->LoadAccumulator(this, exception); in CompileFinally()
|
D | forOfStatement.cpp | 60 compiler::VReg exception = pg->AllocReg(); in Compile() local 61 pg->StoreAccumulator(right_, exception); in Compile() 65 pg->LoadAccumulator(right_, exception); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | asyncFunctionBuilder.cpp | 56 VReg exception = pg_->AllocReg(); in CleanUp() local 57 pg_->StoreAccumulator(node, exception); in CleanUp()
|
/arkcompiler/ets_runtime/test/quickfix/multiconstpool_multifunc/ |
D | expect_output.txt | 19 QuickFix start check exception 20 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/multi_funccallconstpool/ |
D | expect_output.txt | 19 QuickFix start check exception 20 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/multi_classconstpool/ |
D | expect_output.txt | 18 QuickFix start check exception 19 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/multi_closureconstpool/ |
D | expect_output.txt | 21 QuickFix start check exception 22 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/global_func/ |
D | expect_output.txt | 18 QuickFix start check exception 19 QuickFix have exception.
|
/arkcompiler/ets_runtime/test/quickfix/class_inheritance/ |
D | expect_output.txt | 18 QuickFix start check exception 19 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/import_export/ |
D | expect_output.txt | 19 QuickFix start check exception 20 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/multi_constructorconstpool/ |
D | expect_output.txt | 18 QuickFix start check exception 19 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/class_name/ |
D | expect_output.txt | 18 QuickFix start check exception 19 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/external_method/ |
D | expect_output.txt | 20 QuickFix start check exception 21 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/multi_funcconstpool/ |
D | expect_output.txt | 18 QuickFix start check exception 19 QuickFix have no exception
|
/arkcompiler/ets_runtime/test/quickfix/add_callfunction/ |
D | expect_output.txt | 21 QuickFix start check exception 22 QuickFix have no exception
|