mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
![]() This custom attribute will be used for objects that hold onto arbitrary JS::Value's. This is needed as JS::Handle can only be constructed for objects that implement JS::Cell, which JS::Value doesn't. This works by overriding the `visit_edges` function in the wrapper. This overridden function calls the base `visit_edges` and then forwards it to the underlying implementation. This will be used for CustomEvent, which must hold onto an arbitrary JS::Value for it's entire lifespan. |
||
---|---|---|
.. | ||
CodeGenerators | ||
ConfigureComponents | ||
CMakeLists.txt |