Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 9d9b737a58 LibJS/Bytecode: Dedicated instructions for postfix increment/decrement před 1 rokem
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format před 1 rokem
  Andreas Kling 3466771492 LibJS/Bytecode: Add Bytecode::Operand před 1 rokem
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String před 1 rokem
  Andreas Kling 350e6c54d7 LibJS: Remove dedicated iterator result instructions in favor of GetById před 1 rokem
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time před 1 rokem
  Andreas Kling ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated před 1 rokem
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation před 1 rokem
  Andreas Kling cfdb8a2756 LibJS/JIT: Update "unwind context" stack in JIT code před 1 rokem
  Simon Wanner dd466ec83a LibJS/Bytecode: Remove the PushDeclarativeEnvironment instruction před 1 rokem
  Simon Wanner fb7b4b9c59 LibJS/JIT: Provide source location information for JIT code před 1 rokem
  Andreas Kling c14db6ab12 LibJS: Make Executable ref-counted and let instruction iterator co-own it před 1 rokem
  Andreas Kling 031ec98803 LibJS: Streamline InstructionStreamIterator před 1 rokem
  Andreas Kling 3d5cd23393 LibJS: Remove unused Instruction::is_terminator() před 1 rokem
  Andreas Kling a7c1af08ca LibJS: Store bytecode instruction length in instruction itself před 1 rokem
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) před 1 rokem
  Andreas Kling e91bdedc93 LibJS: Use correct `this` value when callee is a `with` binding před 1 rokem
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now před 2 roky
  Luke Wilde d66eb4e3ba LibJS/Bytecode: Add Await and AsyncIteratorClose instructions před 2 roky
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode před 2 roky
  Aliaksandr Kalenik 3661d674ae LibJS: Add optimized GetGlobal instruction to access global variables před 2 roky
  Timothy Flynn 23daf5097b LibJS/Bytecode: Generate bytecode for deleting super properties před 2 roky
  Luke Wilde b271d9a6bf LibJS/Bytecode: Use proper `this` for receiver in get/set for super expr před 2 roky
  Aliaksandr Kalenik ae3a7fd4b8 LibJS: Update bytecode generator to use local variables před 2 roky
  Andreas Kling e87d84f883 LibJS/Bytecode: Support `in` binary operator for private fields před 2 roky
  Andreas Kling c37b204ce1 LibJS/Bytecode: Add Call opcode for fixed-argument-count calls před 2 roky
  Andreas Kling 7eb87dec9f LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray před 2 roky
  Andreas Kling 8021048bc9 LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS před 2 roky
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall před 2 roky
  Andreas Kling e5c7d8407b LibJS/Bytecode: Support private class fields před 2 roky