ladybird/Userland/Libraries/LibWeb/CodeGenerators
Andreas Kling 49f3d88baf LibWeb: Allow IDL interfaces to override get_by_index()
You can now specify the "CustomGetByIndex" extended interface attribute
which will cause the generator to emit an override declaration for
JS::Object::get_by_index().

It's up to you to implement that function somewhere. Just like the
CustomGet mechanism already works. :^)
2021-04-22 21:21:46 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Generate_CSS_PropertyID_cpp.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Generate_CSS_PropertyID_h.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Generate_CSS_ValueID_cpp.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Generate_CSS_ValueID_h.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WrapperGenerator.cpp LibWeb: Allow IDL interfaces to override get_by_index() 2021-04-22 21:21:46 +02:00