Histórico de Commits

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