index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Token.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-23
LibJS: Make Token use the new double parser
davidot
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-30
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
davidot
2021-11-24
LibJS: Make section URLs more consistent
Linus Groh
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-06
LibJS: Fix that windows style line endings were not ignored or converted
davidot
2021-08-24
LibJS: Fix some small remaining issues with parsing unicode escapes
davidot
2021-08-19
LibJS: Allow Unicode escape sequences in identifiers
Timothy Flynn
2021-08-19
LibJS: Use GenericLexer to consume escaped code points
Timothy Flynn
2021-08-16
LibJS: Correctly handle Unicode characters in JS source text
davidot
2021-08-04
LibJS: Decode UTF-16 surrogate pairs during string literal construction
Timothy Flynn
2021-07-16
LibJS: Add TokenType::{Debugger,With} to Token::is_identifier_name()
Linus Groh
2021-06-26
LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)
Andreas Kling
2021-06-13
LibJS: Use the new is_ascii_foo() helpers from AK
Andreas Kling
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-05-29
Everywhere: Use s.unverwerth@serenityos.org :^)
Stephan Unverwerth
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling