Aliaksandr Kalenik
|
b108d51c5b
LibJS: Only consider VM-accessible execution contexts as strong roots
|
1 年之前 |
Andreas Kling
|
3fc0333ee6
LibJS: Put Bytecode::CallFrame + register slots in a single allocation
|
1 年之前 |
Andreas Kling
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 年之前 |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 年之前 |
Andreas Kling
|
3ccac0cf6e
LibJS: Remove unused realm parameter from run_and_return_frame()
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Andreas Kling
|
6de22ec789
LibJS/Bytecode: Rename RegisterWindow to CallFrame
|
2 年之前 |
Luke Wilde
|
e86d7cab06
LibJS: Don't crash on broken promises in AsyncGenerator#return
|
2 年之前 |
Luke Wilde
|
d1cb78c411
LibJS/Bytecode: Implement async generators
|
2 年之前 |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 年之前 |
Andreas Kling
|
9ff02ad42c
LibJS: Make AsyncGenerator not include AsyncGeneratorRequest.h
|
2 年之前 |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 年之前 |
Linus Groh
|
0c65624a32
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
|
3 年之前 |