ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator
Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions
Similar to create() in LibJS, wrap() et al. are on a low enough level to
warrant passing a Realm directly instead of relying on the current realm
from the VM, as a wrapper may need to be allocated while no JS is being
executed.
2022-08-23 13:58:30 +01:00
..
CMakeLists.txt Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLGenerators.cpp LibWeb: Replace GlobalObject with Realm in wrapper functions 2022-08-23 13:58:30 +01:00
IDLParser.cpp LibWeb: Allow "unrestricted" floats and doubles in IDL 2022-08-14 11:30:40 +02:00
IDLParser.h Lagom: Fix leaks in the IDL Wrapper generator 2022-05-25 22:25:09 +01:00
IDLTypes.h LibWeb: Correct variable name in get_shortest_function_length() 2022-08-14 11:30:40 +02:00
main.cpp LibWeb: Split WrapperGenerator namespace check into an Array + contains 2022-07-19 00:46:04 +01:00