Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling e87d84f883 LibJS/Bytecode: Support `in` binary operator for private fields hace 2 años
  Daniel Bertalan d165590809 LibJS/Bytecode: Do not coerce the receiver to Object for internal_set 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
  Aliaksandr Kalenik 1550e7c421 LibJS: Stop using execute_ast_node in NewClass instruction hace 2 años
  Hendiadyoin1 37067cf3ca LibJS: Use the IdentifierTable for NewFunction and NewClass lhs names hace 2 años
  Luke Wilde 363bf114c0 LibJS/Bytecode: Implement for await of hace 2 años
  Timothy Flynn 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord hace 2 años
  Andreas Kling ad15a1e3e2 LibJS/Bytecode: Don't assert on eval() without arguments hace 2 años
  Andreas Kling ceb5199225 LibJS/Bytecode: Don't clobber accumulator in Put/Delete instructions hace 2 años
  Andreas Kling 8450948458 LibJS: Make class definition evaluation work in bytecode mode hace 2 años
  Andreas Kling 66936a0d61 LibJS/Bytecode: Fix non-string keys not being excluded in rest object hace 2 años
  Andreas Kling 8873bf5016 LibJS/Bytecode: Use ToString instead of generic add() in ConcatString hace 2 años
  Andreas Kling 8021048bc9 LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS hace 2 años
  Aliaksandr Kalenik 331f6a9e60 LibJS: Invalidate cached environment coordinate after delete in global hace 2 años
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall hace 2 años
  Andreas Kling 85a3a1c085 LibJS/Bytecode: Add codegen for "named evaluation if anonymous function" hace 2 años
  Andreas Kling e5c7d8407b LibJS/Bytecode: Support private class fields hace 2 años
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model hace 2 años
  Andreas Kling 82828ad936 LibJS/Bytecode: Extract accumulator value before incurring side effects hace 2 años
  Andreas Kling 61148bce5f LibJS/Bytecode: Use the correct `this` value in GetById 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
  Andreas Kling c9bd324369 LibJS/Bytecode: Set "home object" of functions within object expression hace 2 años
  Andreas Kling 2ac8a4bbb7 LibJS/Bytecode: Add support for direct eval() hace 2 años
  Andreas Kling 0d4c7fa392 LibJS/Bytecode: Make for..in iterate property names as string hace 2 años
  Luke Wilde b15128c45b LibJS/Bytecode: Implement initial support for super member expressions hace 2 años
  Linus Groh e54536421a LibJS: Port iterator_next() to NonnullGCPtr hace 2 años
  Linus Groh b33b0d60e6 LibJS: Port Value::get_method() to GCPtr hace 2 años