1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-17 22:22:10 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator
Andreas Kling ec24d7555a LibWeb: Add a simple internals objects only available during testing
This object is available as `window.internals` (or just `internals`) and
is only accessible while running in "test mode".

This first version only has one API: gc(), which triggers a garbage
collection immediately.

In the future, we can add more APIs here to help us test parts of the
engine that are hard or impossible to reach via public web APIs.
2023-08-06 15:26:34 +02:00
..
CMakeLists.txt BindingsGenerator: Write generated code to disk instead of stdout 2022-12-13 11:31:24 +01:00
IDLGenerators.cpp LibWeb: Add a simple internals objects only available during testing 2023-08-06 15:26:34 +02:00
main.cpp BindingsGenerator: Only truncate generated files if they have changed 2023-08-04 10:06:41 -06:00
Namespaces.h LibWeb: Add a simple internals objects only available during testing 2023-08-06 15:26:34 +02:00