Home
last modified time | relevance | path

Searched full:runtimeexception (Results 1 – 5 of 5) sorted by relevance

/ark/runtime_core/pandastdlib/
Dpandastdlib.pa123 .record panda.RuntimeException {
475 .function void panda.RuntimeException.ctor(panda.RuntimeException a0, panda.String a1, panda.Object…
477 stobj.obj a0, panda.RuntimeException.message
479 stobj.obj a0, panda.RuntimeException.cause
483 .function panda.String panda.RuntimeException.getMessage(panda.RuntimeException a0) {
484 ldobj.obj a0, panda.RuntimeException.message
488 .function panda.Object panda.RuntimeException.getCause(panda.RuntimeException a0) {
489 ldobj.obj a0, panda.RuntimeException.cause
/ark/js_runtime/ecmascript/
Decma_language_context.h184 return utf::CStringAsMutf8("Lpanda/RuntimeException;"); in GetRuntimeExceptionClassDescriptor()
/ark/runtime_core/runtime/core/
Dcore_language_context.h126 return utf::CStringAsMutf8("Lpanda/RuntimeException;"); in GetRuntimeExceptionClassDescriptor()
/ark/runtime_core/tests/cts-generator/cts-template/
Dthrow.yaml19 .record java.lang.RuntimeException <external>
Dcheckcast.yaml22 .record java.lang.RuntimeException <external>