mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
The intialization of Definition::value allocates a string that we were holding a view into. Store the result as a String to keep it alive; its only usage is passing it to GenericLexer in another function. |
||
|---|---|---|
| .. | ||
| Tests/parser | ||
| AST.cpp | ||
| AST.h | ||
| CMakeLists.txt | ||
| Compiler.cpp | ||
| Compiler.h | ||
| Lexer.cpp | ||
| Lexer.h | ||
| LinkedShader.h | ||
| Linker.cpp | ||
| Linker.h | ||
| ObjectFile.h | ||
| Parser.cpp | ||
| Parser.h | ||
| Preprocessor.cpp | ||
| Preprocessor.h | ||
| Token.cpp | ||
| Token.h | ||