Idan Horowitz
|
681787de76
LibJS: Add support for async functions
|
3 年之前 |
Idan Horowitz
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 年之前 |
davidot
|
3fee7b0d0b
LibJS: Fix that windows style line endings were not ignored or converted
|
3 年之前 |
davidot
|
7bcffd1b6a
LibJS: Fix some small remaining issues with parsing unicode escapes
|
3 年之前 |
Timothy Flynn
|
1259dc3623
LibJS: Allow Unicode escape sequences in identifiers
|
3 年之前 |
Timothy Flynn
|
dd44a5e948
LibJS: Use GenericLexer to consume escaped code points
|
3 年之前 |
davidot
|
47bc72bcf6
LibJS: Correctly handle Unicode characters in JS source text
|
3 年之前 |
Timothy Flynn
|
4c2cc419f9
LibJS: Decode UTF-16 surrogate pairs during string literal construction
|
3 年之前 |
Linus Groh
|
510f668ae3
LibJS: Add TokenType::{Debugger,With} to Token::is_identifier_name()
|
4 年之前 |
Andreas Kling
|
49018553d3
LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)
|
4 年之前 |
Andreas Kling
|
39ad705c13
LibJS: Use the new is_ascii_foo() helpers from AK
|
4 年之前 |
Linus Groh
|
7327a28ccc
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
|
4 年之前 |
Stephan Unverwerth
|
10ceeb092f
Everywhere: Use s.unverwerth@serenityos.org :^)
|
4 年之前 |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |