ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator
Kenneth Myhra ba23d036bd LibWeb: Add IDLGenerators::is_primitive()
This adds the is_primitive() method as described in the Web IDL
specification. is_primitive() returns true if the type is a bigint,
boolean or numeric type.
2022-04-05 22:33:44 +02:00
..
CMakeLists.txt Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLGenerators.cpp LibWeb: Add IDLGenerators::is_primitive() 2022-04-05 22:33:44 +02:00
IDLParser.cpp LibWeb: Cache and reuse resolved IDL imports instead of rejecting them 2022-04-02 12:22:48 +04:30
IDLParser.h LibWeb: Cache and reuse resolved IDL imports instead of rejecting them 2022-04-02 12:22:48 +04:30
IDLTypes.h LibWeb: Add IDLGenerators::is_primitive() 2022-04-05 22:33:44 +02:00
main.cpp LibWeb: Move WebSocket into the Web::WebSockets namespace 2022-02-18 19:34:08 +00:00