ladybird/Userland/Libraries/LibIDL
Tim Ledbetter 9eaae99da7 LibIDL: Ignore leading underscores in IDL identifier names
According to the WebIDL specification, any leading underscores in
identifier names are ignored. A leading underscore is used when an
identifier would otherwise be a reserved word.
2024-03-12 09:31:41 +01:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
IDLParser.cpp LibIDL: Ignore leading underscores in IDL identifier names 2024-03-12 09:31:41 +01:00
IDLParser.h LibIDL: Ignore leading underscores in IDL identifier names 2024-03-12 09:31:41 +01:00
Types.cpp AK+LibIDL: Put IDL dbgln statement behind a debug flag 2023-11-15 23:42:53 +01:00
Types.h LibWeb: Add support for implementing an IDL class with a different name 2024-02-25 08:54:31 +01:00