提交歷史

作者 SHA1 備註 提交日期
  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 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> 1 年之前
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 年之前
  Simon Wanner 969d9e1fd3 LibJS: Remove expensive dead code in get_source_range 1 年之前
  Simon Wanner 68f4d21de2 LibJS: Lazily collect stack trace information 1 年之前
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年之前
  Matthias Zimmerman 9871bd4bec LibJS: Fix spelling in VM.cpp 1 年之前
  Aliaksandr Kalenik 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output 1 年之前
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 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 年之前
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 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 e2c8d5859e LibJS: Remove ability to disable bytecode VM 1 年之前
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible 1 年之前
  Hediadyoin1 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes 2 年之前
  Timothy Flynn 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
  Timothy Flynn 1760361304 LibJS: Make GetIterator's hint parameter required 2 年之前
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode 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 年之前
  Andreas Kling 8450948458 LibJS: Make class definition evaluation work in bytecode mode 2 年之前
  Andreas Kling eb9298b54e LibJS/Bytecode: Support destructuring function parameters 2 年之前
  Andreas Kling 85a3a1c085 LibJS/Bytecode: Add codegen for "named evaluation if anonymous function" 2 年之前
  Andreas Kling cd08515957 LibJS/Bytecode: Support named evaluation of anonymous functions 2 年之前
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model 2 年之前