Andreas Kling
|
13057812d5
LibJS: Remove inline capacity from MarkedVector
|
1 éve |
Karol Kosek
|
2ea45f4881
LibJS: Forward-declare RegexTable and BasicBlock in Executable.h
|
1 éve |
Andreas Kling
|
c14db6ab12
LibJS: Make Executable ref-counted and let instruction iterator co-own it
|
1 éve |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
1 éve |
Timothy Flynn
|
d5ca51b461
LibJS: Forward declare the MemberExpression AST node
|
2 éve |
Aliaksandr Kalenik
|
ae3a7fd4b8
LibJS: Update bytecode generator to use local variables
|
2 éve |
Shannon Booth
|
3781948f0c
LibJS: Add initial implementation for SharedArrayBuffer
|
2 éve |
Timothy Flynn
|
3eb2e4e08a
LibJS: Implement Iterator.prototype.map
|
2 éve |
Timothy Flynn
|
d9d245faa7
LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype
|
2 éve |
Timothy Flynn
|
5736b53013
LibJS: Add an Iterator constructor and object
|
2 éve |
Timothy Flynn
|
428109e709
LibJS: Forward declare IteratorRecord and remove inclusion from VM.h
|
2 éve |
davidot
|
6255ca4a42
LibJS: Add DisposableStack{, Prototype, Constructor}
|
2 éve |
davidot
|
2c87ff2218
LibJS: Add Symbol.dispose
|
2 éve |
davidot
|
3353cf68f1
LibJS: Add SuppressedError{, Prototype, Constructor}
|
2 éve |
Timothy Flynn
|
3de75f6436
LibJS: Explicitly disallow references in ThrowCompletionOr
|
2 éve |
Andreas Kling
|
3503c658fb
LibJS+LibWeb: Move JS::ModuleRequest to its own header file
|
2 éve |
Andreas Kling
|
b81816a539
LibJS+LibWeb: Make CyclicModule.h not include AST.h
|
2 éve |
Andreas Kling
|
835d7aac96
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
|
2 éve |
Andreas Kling
|
65e7c58990
LibJS: Make Script.h not include AST.h
|
2 éve |
Andreas Kling
|
e6331031c4
LibJS: Make Parser::Error a standalone ParserError class
|
2 éve |
Andreas Kling
|
e0916dbb35
LibJS: Move {Import,Export}Entry out of {Import,Export}Statement
|
2 éve |
Andreas Kling
|
1a30e77001
LibJS: Make Interpreter.h not include AST.h
|
2 éve |
Andreas Kling
|
9ff02ad42c
LibJS: Make AsyncGenerator not include AsyncGeneratorRequest.h
|
2 éve |
Andreas Kling
|
b0b022507b
LibJS: Reduce AST memory usage by shrink-wrapping source range info
|
2 éve |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 éve |
Linus Groh
|
ed2aa6459d
LibJS: Remove two outdated forward declarations
|
2 éve |
Linus Groh
|
78eca3ae64
LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics
|
2 éve |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 éve |
Linus Groh
|
adc5ac35b7
LibJS: Remove InvalidCharacterError
|
2 éve |
Linus Groh
|
b465f46e00
LibJS: Remove GlobalObject parameter from native functions
|
2 éve |