Files
ladybird/Libraries/LibJS/Lexer.h
Andreas Kling 7c7a035347 LibJS: Cache an Utf16View for the full code string in SourceCode
This avoids doing the ASCII/UTF-16 flag check every time we access
character data from the lexer.
2025-11-09 12:14:03 +01:00

2.7 KiB