ladybird/Userland/Libraries/LibWeb/CodeGenerators
Andreas Kling ab23ef92b6 LibWeb: Allow JS wrappers to customize get() and put()
You can now set the CustomGet and/or CustomPut extended attributes on
an interface. This allows you to override JS::Object::get/put in the
wrapper class.
2021-03-15 21:20:33 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Generate_CSS_PropertyID_cpp.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_PropertyID_h.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_ValueID_cpp.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_ValueID_h.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WrapperGenerator.cpp LibWeb: Allow JS wrappers to customize get() and put() 2021-03-15 21:20:33 +01:00