Historial de Commits

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