Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling e91bdedc93 LibJS: Use correct `this` value when callee is a `with` binding hace 2 años
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now hace 2 años
  Luke Wilde d66eb4e3ba LibJS/Bytecode: Add Await and AsyncIteratorClose instructions hace 2 años
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode hace 2 años
  Aliaksandr Kalenik 3661d674ae LibJS: Add optimized GetGlobal instruction to access global variables hace 2 años
  Timothy Flynn 23daf5097b LibJS/Bytecode: Generate bytecode for deleting super properties hace 2 años
  Luke Wilde b271d9a6bf LibJS/Bytecode: Use proper `this` for receiver in get/set for super expr hace 2 años
  Aliaksandr Kalenik ae3a7fd4b8 LibJS: Update bytecode generator to use local variables hace 2 años
  Andreas Kling e87d84f883 LibJS/Bytecode: Support `in` binary operator for private fields hace 2 años
  Andreas Kling c37b204ce1 LibJS/Bytecode: Add Call opcode for fixed-argument-count calls hace 2 años
  Andreas Kling 7eb87dec9f LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray hace 2 años
  Andreas Kling 8021048bc9 LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS hace 2 años
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall hace 2 años
  Andreas Kling e5c7d8407b LibJS/Bytecode: Support private class fields hace 2 años
  Andreas Kling dbfe1311ef LibJS/Bytecode: Simplify creating/leaving lexical environment hace 2 años
  Andreas Kling ac246d764d LibJS/Bytecode: Leave BlockDeclarationInstantiation in C++ hace 2 años
  Andreas Kling d364d99cb8 LibJS/Bytecode: Perform ToNumeric on accumulator before postfix inc/dec hace 2 años
  Luke Wilde b15128c45b LibJS/Bytecode: Implement initial support for super member expressions hace 2 años
  Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode hace 2 años
  Luke Wilde 4db2efaecb LibJS/Bytecode: Implement yield* hace 2 años
  Hendiadyoin1 133faa0acc LibJS: Remove FinishUnwind instruction hace 2 años
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  Hendiadyoin1 fd6e75fd01 LibJS: Add a way to replace references to registers in Bytecode hace 2 años
  Hendiadyoin1 911506af9f LibJS: Align Instructions as void* and roundup variably sized ones sizes hace 2 años
  Hendiadyoin1 ae52ae8f9f LibJS: Add support for SpreadExpressions in array literals for bytecode hace 2 años
  Hendiadyoin1 21ae882cfd LibJS: Implement SuperCall for the Bytecode-VM hace 2 años
  Luke Wilde 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs hace 3 años
  Luke Wilde 7cc53b7ef1 LibJS/Bytecode: Implement the delete unary expression hace 3 años
  Luke Wilde eac5534ce4 LibJS/Bytecode: Add support for new.target hace 3 años