Files
ladybird/Userland/Libraries/LibJS/Token.cpp
Andreas Kling 39ad705c13 LibJS: Use the new is_ascii_foo() helpers from AK
These constexpr helpers generate nicer code than the LibC ctype.h
variants, so let's make use of them. :^)
2021-06-13 19:11:29 +02:00

8.7 KiB