Timothy Flynn
|
4bdcf9a4b7
LibJS: Revert the free stack limit back to 32 KiB
|
1 年之前 |
Timothy Flynn
|
3ac4b02604
LibJS: Further increase the free stack limit to 256 KiB
|
1 年之前 |
Andreas Kling
|
fb4c632309
LibJS: Throw "call stack size exceeded" exception a bit earlier
|
1 年之前 |
Andreas Kling
|
1d29f9081f
LibJS: Remove JIT compiler
|
1 年之前 |
Andrew Kaster
|
aef5932235
LibJS: Add method to VM to clear the execution context stack
|
1 年之前 |
Timothy Flynn
|
29ac6e3689
LibJS: Partially implement resizable ArrayBuffer objects
|
1 年之前 |
Andrew Kaster
|
82ec1ea75e
LibJS: Provide better assertion for empty execution context stack
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Andreas Kling
|
26c21fba8e
LibJS: Use LoadRequestedModules in the ad-hoc module loading path
|
1 年之前 |
Andreas Kling
|
8b7d27b349
LibJS+LibWeb: More bringing module loading closer to spec
|
1 年之前 |
Andreas Kling
|
07f567cd9f
LibJS+LibWeb: Another round of bringing module loading closer to spec
|
1 年之前 |
Andreas Kling
|
0817d8bda6
LibJS+LibWeb: Make CyclicModule & GraphLoadingState GC-allocated
|
1 年之前 |
Andreas Kling
|
3dc5f467a8
LibJS: Always allocate ExecutionContext objects on the malloc heap
|
1 年之前 |
Andreas Kling
|
ece961f882
LibJS: Pass call/construct argument lists as ReadonlySpan<Value>
|
1 年之前 |
Simon Wanner
|
68f4d21de2
LibJS: Lazily collect stack trace information
|
1 年之前 |
networkException
|
ff6d7cf3e4
LibJS+LibWeb: Bring script fetching closer to the spec
|
1 年之前 |
Aliaksandr Kalenik
|
719a00df3a
LibJS: Add source location for Handle nodes in GC graph dumper output
|
1 年之前 |
Timothy Flynn
|
54d1f4e234
LibJS: Stop propagating small OOM errors from the Error object
|
1 年之前 |
Andreas Kling
|
c78506d79b
LibJS: Only update EC instruction pointer when pushing to EC stack
|
1 年之前 |
Aliaksandr Kalenik
|
0ff29349e6
LibJS: Add GC graph dumper
|
1 年之前 |
Aliaksandr Kalenik
|
d978c762bc
LibJS: Remove usage of bytecode_interpreter_if_exists()
|
1 年之前 |
Andreas Kling
|
a0bceeb704
LibJS: Remove unused VM::destructuring_assignment_evaluation()
|
1 年之前 |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
1 年之前 |
Andreas Kling
|
9df7bf79cc
LibJS: Add create_simple_execution_context<GlobalObjectType>() helper
|
1 年之前 |
Timothy Flynn
|
66a8664518
LibJS: Provide a mutable SourceTextModule to HostGetImportMetaProperties
|
2 年之前 |
Gabriel Dinner-David
|
d29bd55b48
LibJS: Implement import.meta for bytecode
|
2 年之前 |
Ali Mohammad Pur
|
392b5c3b19
LibJS: Resolve a circular include problem between HeapBlock and Cell
|
2 年之前 |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 年之前 |
Timothy Flynn
|
428109e709
LibJS: Forward declare IteratorRecord and remove inclusion from VM.h
|
2 年之前 |
Timothy Flynn
|
4977000fa0
LibJS: Rename JS::Iterator to JS::IteratorRecord
|
2 年之前 |