Histórico de Commits

Autor SHA1 Mensagem Data
  Daniel Bertalan c6c20d3bf3 LibJS/Bytecode: Use CopyDataProperties AO for destructuring há 2 anos atrás
  Daniel Bertalan b39d8af5a6 LibJS/Bytecode: Remove redundant property uniqueness check há 2 anos atrás
  Daniel Bertalan d0dce5c60f LibJS/Bytecode: Handle shadowed non-enumerable properties in `for-in` há 2 anos atrás
  Luke Wilde 442ca4f9b4 LibJS: Avoid RequireObjectCoercible when creating super references há 2 anos atrás
  Luke Wilde b271d9a6bf LibJS/Bytecode: Use proper `this` for receiver in get/set for super expr há 2 anos atrás
  Aliaksandr Kalenik ae3a7fd4b8 LibJS: Update bytecode generator to use local variables há 2 anos atrás
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject há 2 anos atrás
  Andreas Kling e87d84f883 LibJS/Bytecode: Support `in` binary operator for private fields há 2 anos atrás
  Daniel Bertalan d165590809 LibJS/Bytecode: Do not coerce the receiver to Object for internal_set há 2 anos atrás
  Andreas Kling c37b204ce1 LibJS/Bytecode: Add Call opcode for fixed-argument-count calls há 2 anos atrás
  Andreas Kling 7eb87dec9f LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray há 2 anos atrás
  Aliaksandr Kalenik 1550e7c421 LibJS: Stop using execute_ast_node in NewClass instruction há 2 anos atrás
  Hendiadyoin1 37067cf3ca LibJS: Use the IdentifierTable for NewFunction and NewClass lhs names há 2 anos atrás
  Luke Wilde 363bf114c0 LibJS/Bytecode: Implement for await of há 2 anos atrás
  Timothy Flynn 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord há 2 anos atrás
  Andreas Kling ad15a1e3e2 LibJS/Bytecode: Don't assert on eval() without arguments há 2 anos atrás
  Andreas Kling ceb5199225 LibJS/Bytecode: Don't clobber accumulator in Put/Delete instructions há 2 anos atrás
  Andreas Kling 8450948458 LibJS: Make class definition evaluation work in bytecode mode há 2 anos atrás
  Andreas Kling 66936a0d61 LibJS/Bytecode: Fix non-string keys not being excluded in rest object há 2 anos atrás
  Andreas Kling 8873bf5016 LibJS/Bytecode: Use ToString instead of generic add() in ConcatString há 2 anos atrás
  Andreas Kling 8021048bc9 LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS há 2 anos atrás
  Aliaksandr Kalenik 331f6a9e60 LibJS: Invalidate cached environment coordinate after delete in global há 2 anos atrás
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall há 2 anos atrás
  Andreas Kling 85a3a1c085 LibJS/Bytecode: Add codegen for "named evaluation if anonymous function" há 2 anos atrás
  Andreas Kling e5c7d8407b LibJS/Bytecode: Support private class fields há 2 anos atrás
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model há 2 anos atrás
  Andreas Kling 82828ad936 LibJS/Bytecode: Extract accumulator value before incurring side effects há 2 anos atrás
  Andreas Kling 61148bce5f LibJS/Bytecode: Use the correct `this` value in GetById há 2 anos atrás
  Andreas Kling dbfe1311ef LibJS/Bytecode: Simplify creating/leaving lexical environment há 2 anos atrás
  Andreas Kling ac246d764d LibJS/Bytecode: Leave BlockDeclarationInstantiation in C++ há 2 anos atrás