office-gobmx/unotest
Stephan Bergmann eedbe966bb Embind: Fix C++ UNO exception catching
...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>
2024-06-21 11:29:59 +02:00
..
source Embind: Fix C++ UNO exception catching 2024-06-21 11:29:59 +02:00
IwyuFilter_unotest.yaml
Jar_test-tools.mk
Jar_test.mk
Library_embindtest.mk Move org.libreoffice.embindtest from udkapi to offapi 2024-04-11 15:22:40 +02:00
Library_unobootstrapprotector.mk
Library_unoexceptionprotector.mk
Library_unotest.mk qa: call ProcessEventsToIdle inside dispatchCommand 2023-02-21 20:20:29 +00:00
Makefile
Module_unotest.mk Fold InternalUnoApi_embindtest into UnoApi_udkapi 2024-02-28 07:52:11 +01:00
README.md

Tests for UNO

Contains tests for UNO