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
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