ladybird/Libraries/LibWeb/CodeGenerators
Andreas Kling fc4ed8d444 LibWeb: Make wrapper factory functions take JS::GlobalObject&
Instead of taking the JS::Heap&. This allows us to get rid of some
calls to JS::Interpreter::global_object(). We're getting closer and
closer to multiple global objects. :^)
2020-06-23 16:57:39 +02:00
..
CMakeLists.txt LibWeb: Start generating JS wrappers from (simplified) WebIDL :^) 2020-06-21 00:58:55 +02:00
Generate_CSS_PropertyID_cpp.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
Generate_CSS_PropertyID_h.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
WrapperGenerator.cpp LibWeb: Make wrapper factory functions take JS::GlobalObject& 2020-06-23 16:57:39 +02:00