wrenpp/src
King_DuckZ 2c99251b27 Add support for returning a pre-existing foreign object from a foreign method
This is potentially subject to change in the near
future. This commit adds support for returning
an instance (currently wrapped in ForeignObject<>)
of a foreign object that is already instantiated.
The object returned this way simply gets selected
by handle into slot 0 of C Wren.
Conversely, returning just a naked object causes
wrenpp to make a Wren-accessible copy of it.
2024-05-28 08:25:19 +02:00
..
crc32
callback_manager.cpp
class_manager.cpp
configuration.cpp
def_configuration.cpp
dynafunc_aarch64_gnu.S Buildfix but only tested on amd64 2024-05-24 12:41:39 +02:00
dynafunc_amd64_gnu.S Buildfix but only tested on amd64 2024-05-24 12:41:39 +02:00
dynafunc_maker.cpp Some fixes 2024-05-26 20:36:31 +02:00
dynafunc_maker.hpp
handle.cpp Add support for returning a pre-existing foreign object from a foreign method 2024-05-28 08:25:19 +02:00
meson.build Add support for returning a pre-existing foreign object from a foreign method 2024-05-28 08:25:19 +02:00
module_and_name.cpp
pvt_config.h.in
setters_getters.cpp Add support for returning a pre-existing foreign object from a foreign method 2024-05-28 08:25:19 +02:00
vm.cpp
vm_fun.cpp
wren_class_name_from_type.cpp