office-gobmx/static
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
..
emscripten Embind: Fix C++ UNO exception catching 2024-06-21 11:29:59 +02:00
source Embind: Fix C++ UNO exception catching 2024-06-21 11:29:59 +02:00
CustomTarget_components.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
CustomTarget_emscripten_fs_image.mk makefile simplification: replace $(call gb_AutoInstall_get_target,foo) 2024-06-19 16:16:05 +02:00
CustomTarget_unoembind.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
CustomTarget_wasm-qt5-mandelbrot_moc.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Executable_embindmaker.mk
Executable_wasm-qt5-mandelbrot.mk
Executable_wasmcallgen.mk Emscripten: Towards a working C++ UNO bridge 2024-05-08 13:01:04 +02:00
Library_components.mk
Makefile
Module_static.mk Emscripten: Towards a working C++ UNO bridge 2024-05-08 13:01:04 +02:00
Package_favicon.mk Add a favicon to the Wasm build 2024-02-24 00:06:13 +01:00
Package_unoembind.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
README.md
README.wasm.md Embind: Centrally initialize via Module.initUno() in a new uno.js 2024-06-12 15:44:12 +02:00
StaticLibrary_unoembind.mk Embind: Fix C++ UNO exception catching 2024-06-21 11:29:59 +02:00

Static build components library

The library contains a map of all build component names to their constructor function calls.