Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
8 months ago |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 months ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Andreas Kling
|
db790dda62
LibJS: Remove hand-rolled type information in JS AST in favor of RTTI
|
4 years ago |
AnotherTest
|
b34b681811
LibJS: Track source positions all the way down to exceptions
|
4 years ago |
Andreas Kling
|
d617120499
LibJS: Parse "with" statements :^)
|
4 years ago |
Linus Groh
|
39a1c9d827
LibJS: Implement 'new.target'
|
4 years ago |
Linus Groh
|
9e80c67608
LibJS: Fix "use strict" directive false positives
|
4 years ago |
Linus Groh
|
80bb62b9cc
LibJS: Distinguish between statement and declaration
|
4 years ago |
Linus Groh
|
aa71dae03c
LibJS: Implement logical assignment operators (&&=, ||=, ??=)
|
4 years ago |
Matthew Olsson
|
6eb6752c4c
LibJS: Strict mode is now handled by Functions and Programs, not Blocks
|
4 years ago |
Linus Groh
|
fd32f00839
LibJS: Mark more ASTNode classes as `final`
|
4 years ago |
Jack Karamanian
|
7533fd8b02
LibJS: Initial class implementation; allow super expressions in object
|
5 years ago |
Andreas Kling
|
25f2a29d84
LibJS: Pass GlobalObject& to AST node execute() functions
|
5 years ago |
Linus Groh
|
0ff9d7e189
LibJS: Add BigInt
|
5 years ago |
Matthew Olsson
|
61ac1d3ffa
LibJS: Lex and parse regex literals, add RegExp objects
|
5 years ago |
Marcin Gasperowicz
|
2579d0bf55
LibJS: Hoist function declarations
|
5 years ago |
Matthew Olsson
|
ab576e610c
LibJS: Rewrite Parser.parse_object_expression()
|
5 years ago |
Jack Karamanian
|
c12125fa81
LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow
|
5 years ago |
Matthew Olsson
|
03615a7872
LibJS: Parse labels in continue and break statements
|
5 years ago |
Matthew Olsson
|
10bf4ba3dc
LibJS: Parse labelled statements
|
5 years ago |
Matthew Olsson
|
786722149b
LibJS: Add strict mode
|
5 years ago |
Emanuele Torre
|
d1bc1f5783
LibJS: Fix style inconsistencies in AST.h (#2403)
|
5 years ago |
Linus Groh
|
07af2e6b2c
LibJS: Implement basic for..in and for..of loops
|
5 years ago |
Matthew Olsson
|
c35732c011
LibJS: Add object literal getter/setter shorthand
|
5 years ago |
Linus Groh
|
d69ed91790
LibJS: Check AssignmentExpression LHS in parser
|
5 years ago |
Matthew Olsson
|
b5f1df57ed
LibJS: Add raw strings to tagged template literals
|
5 years ago |
Matthew Olsson
|
107ca2e4ba
LibJS: Add function call spreading
|
5 years ago |
Matthew Olsson
|
838390171c
LibJS: Function.length respects default and rest parameters
|
5 years ago |
Linus Groh
|
4d20cf57db
LibJS: Implement tagged template literals (foo`bar`)
|
5 years ago |