Timothy Flynn
|
ada36e5c0a
LibJS: Allow async functions named "async" as function properties
|
6 月之前 |
Timothy Flynn
|
a5455ac121
LibJS: Ensure a function follows an `async` identifier in objects
|
6 月之前 |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 月之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |
Andreas Kling
|
a103eae0d4
LibJS: Run "prettier" on the tests :^)
|
4 年之前 |
Stephan Unverwerth
|
f603128e55
LibJS: Fix old object numeric key test now that toString() is correct
|
4 年之前 |
Stephan Unverwerth
|
d3524f47a0
LibJS: Implement (mostly) spec compliant version of Number.toString()
|
4 年之前 |
Stephan Unverwerth
|
be9c2feff0
LibJS: Fix parsing of numeric object keys
|
4 年之前 |
Linus Groh
|
1e86379327
LibJS: Rest parameter in setter functions is a syntax error
|
4 年之前 |
Matthew Olsson
|
119386ffb0
LibJS: Add tests for symbol object integration
|
5 年之前 |
Matthew Olsson
|
1ef573eb30
LibJS: Indent tests with 4 spaces instead of 2
|
5 年之前 |
Matthew Olsson
|
918f4affd5
LibJS: Convert remaining top-level tests to new system
|
5 年之前 |
Matthew Olsson
|
6d58c48c2f
test-js: Use prettier and format all files
|
5 年之前 |
Jack Karamanian
|
7533fd8b02
LibJS: Initial class implementation; allow super expressions in object
|
5 年之前 |
Linus Groh
|
0ff9d7e189
LibJS: Add BigInt
|
5 年之前 |
Matthew Olsson
|
ab576e610c
LibJS: Rewrite Parser.parse_object_expression()
|
5 年之前 |
Matthew Olsson
|
664085b719
LibJS: Fix conditional expression precedence
|
5 年之前 |
Linus Groh
|
746dd5b190
LibJS: Implement computed properties in object expressions
|
5 年之前 |
Stephan Unverwerth
|
bf5b251684
LibJS: Allow reserved words as keys in object expressions.
|
5 年之前 |
Brian Gianforcaro
|
d74ad81402
js/LibJS: Move test functions to pure javascript.
|
5 年之前 |
DexesTTP
|
e586dc285a
LibJS: Allow parsing numeric and string literals in object expressions
|
5 年之前 |
DexesTTP
|
4a9485f830
LibJS: Fix impossible member access for negative integers
|
5 年之前 |