summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Token.cpp
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-23LibJS: Make Token use the new double parserdavidot
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-30LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapesdavidot
2021-11-24LibJS: Make section URLs more consistentLinus Groh
2021-11-10LibJS: Add support for async functionsIdan Horowitz
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-06LibJS: Fix that windows style line endings were not ignored or converteddavidot
2021-08-24LibJS: Fix some small remaining issues with parsing unicode escapesdavidot
2021-08-19LibJS: Allow Unicode escape sequences in identifiersTimothy Flynn
2021-08-19LibJS: Use GenericLexer to consume escaped code pointsTimothy Flynn
2021-08-16LibJS: Correctly handle Unicode characters in JS source textdavidot
2021-08-04LibJS: Decode UTF-16 surrogate pairs during string literal constructionTimothy Flynn
2021-07-16LibJS: Add TokenType::{Debugger,With} to Token::is_identifier_name()Linus Groh
2021-06-26LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)Andreas Kling
2021-06-13LibJS: Use the new is_ascii_foo() helpers from AKAndreas Kling
2021-06-13LibJS: Add ECMA-262 section/title/URL comments almost everywhereLinus Groh
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling