office-gobmx/static
Stephan Bergmann 75fe059974 Embind: throwUnoException from JS
(If throwUnoException directly took a css::uno::Any argument, JS client code
would need to create one with `new Module.uno_Any(...)` and call .delete() on
it, but there is no place where it could call .delete(), so make
throwUnoException take two arguments instead and assemble the css::uno::Any on
the C++ side.)

Change-Id: Iae4ae6af804354d5cf752115e272b79d61427440
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166253
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-04-18 22:16:33 +02:00
..
emscripten
source Embind: throwUnoException from JS 2024-04-18 22:16:33 +02:00
CustomTarget_components.mk
CustomTarget_emscripten_fs_image.mk
CustomTarget_unoembind.mk
CustomTarget_wasm-qt5-mandelbrot_moc.mk
Executable_embindmaker.mk
Executable_wasm-qt5-mandelbrot.mk
Library_components.mk
Makefile
Module_static.mk
Package_favicon.mk
Package_unoembind.mk
README.md
README.wasm.md Embind: We no longer need interface FromAny ctor 2024-04-18 17:13:28 +02:00
StaticLibrary_unoembind.mk

Static build components library

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