eedbe966bb
...with a new Module.catchUnoException JS function that can be used in a JS catch block to provide the thrown UNO exception as an Any. (For a non-C++ exception, it rethrows the exception, and for a non-UNO C++ exception it maps it to css.uno.RuntimeException.) The implementation reuses parts of bridges/source/cpp_uno/gcc3_wasm/, which have been moved to a new StaticLibrary_emscriptencxxabi. Change-Id: I708fe6121c43a1b9736de5dff449f6c4f32a45f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169325 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de> |
||
---|---|---|
.. | ||
inc | ||
source | ||
CustomTarget_gcc3_linux_arm.mk | ||
CustomTarget_gcc3_wasm.mk | ||
IwyuFilter_bridges.yaml | ||
Jar_java_uno.mk | ||
Library_cpp_uno.mk | ||
Library_java_uno.mk | ||
Makefile | ||
Module_bridges.mk | ||
Package_jnilib_java_uno.mk | ||
README.md | ||
StaticLibrary_emscriptencxxabi.mk |
UNO Bridges
Bridges from various C++ ABIs, Java JNI, MS .NET to UNO and back. A bridge for .NET is in
cli_ure
.
Also implementation of the UNO Remote Protocol.