Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format vor 1 Jahr
  Andreas Kling 1d29f9081f LibJS: Remove JIT compiler vor 1 Jahr
  Nico Weber 4409b33145 AK: Make IndexSequence use size_t vor 1 Jahr
  Timothy Flynn 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 vor 1 Jahr
  Andrew Kaster aef5932235 LibJS: Add method to VM to clear the execution context stack vor 1 Jahr
  Timothy Flynn 916cb256de LibJS: Ensure enlarged ArrayBuffers are filled with zeros vor 1 Jahr
  Timothy Flynn 29ac6e3689 LibJS: Partially implement resizable ArrayBuffer objects vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Aliaksandr Kalenik b108d51c5b LibJS: Only consider VM-accessible execution contexts as strong roots vor 1 Jahr
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time vor 1 Jahr
  Andreas Kling 26c21fba8e LibJS: Use LoadRequestedModules in the ad-hoc module loading path vor 1 Jahr
  Andreas Kling 58294db294 LibJS: Add successfully loaded modules to the VM's stored module list vor 1 Jahr
  Andreas Kling 8b7d27b349 LibJS+LibWeb: More bringing module loading closer to spec vor 1 Jahr
  Andreas Kling 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec vor 1 Jahr
  Andreas Kling 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation vor 1 Jahr
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap vor 1 Jahr
  Andreas Kling 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> vor 1 Jahr
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> vor 1 Jahr
  Simon Wanner 969d9e1fd3 LibJS: Remove expensive dead code in get_source_range vor 1 Jahr
  Simon Wanner 68f4d21de2 LibJS: Lazily collect stack trace information vor 1 Jahr
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString vor 1 Jahr
  Matthias Zimmerman 9871bd4bec LibJS: Fix spelling in VM.cpp vor 1 Jahr
  Aliaksandr Kalenik 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output vor 1 Jahr
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() vor 1 Jahr
  Timothy Flynn 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object vor 1 Jahr
  Andreas Kling c78506d79b LibJS: Only update EC instruction pointer when pushing to EC stack vor 1 Jahr
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) vor 1 Jahr
  Aliaksandr Kalenik 0ff29349e6 LibJS: Add GC graph dumper vor 1 Jahr
  Aliaksandr Kalenik d978c762bc LibJS: Remove usage of bytecode_interpreter_if_exists() vor 1 Jahr
  Andreas Kling a0bceeb704 LibJS: Remove unused VM::destructuring_assignment_evaluation() vor 1 Jahr