Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling e91bdedc93 LibJS: Use correct `this` value when callee is a `with` binding hace 1 año
  Timothy Flynn 1760361304 LibJS: Make GetIterator's hint parameter required hace 2 años
  Luke Wilde d1cb78c411 LibJS/Bytecode: Implement async generators hace 2 años
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode hace 2 años
  Aliaksandr Kalenik a1692931af LibJS/Bytecode: Skip CreateVariable for locals in "for" loop head hace 2 años
  Andreas Kling c0f985ffcf LibJS/Bytecode: Don't reparse regular expressions on instantiation hace 2 años
  Aliaksandr Kalenik 3661d674ae LibJS: Add optimized GetGlobal instruction to access global variables hace 2 años
  Andreas Kling e0b2757f95 LibJS/Bytecode: Always make own properties in object expressions hace 2 años
  Andreas Kling de8e4b1853 LibJS/Bytecode: Cache object own property accesses hace 2 años
  Timothy Flynn 2f1d6c0b9a LibJS/Bytecode: Ensure we do not generate bytecode for super expressions 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
  Aliaksandr Kalenik c734f2b5e6 LibJS: Use Identifier to represent name of ClassExpression hace 2 años
  Andreas Kling dfd0942e41 LibJS/Bytecode: Clear accumulator before entering for body hace 2 años
  Andreas Kling 24b815d4a0 LibJS/Bytecode: Clear accumulator before entering while body hace 2 años
  Andreas Kling b14032bbfa LibJS/Bytecode: Leave `for in` and `for of` with right completion value hace 2 años
  Andreas Kling 7430dee5cf LibJS/Bytecode: Make ClassDeclaration not clobber the accumulator 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 cea2071349 LibJS/Bytecode: Infer name of anonymous exported classes when possible hace 2 años
  Andreas Kling b0ae1e80fb LibJS/Bytecode: Support using MemberExpression as rest property hace 2 años
  Daniel Bertalan 0df7255fe7 LibJS/Bytecode: Do not clobber completion value with VariableDeclaration hace 2 años
  Andreas Kling bd2c3ace68 LibJS/Bytecode: Make sure empty `with` statement results in `undefined` 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
  Daniel Bertalan 50d6b1ba19 LibJS/Bytecode: Keep completion value of switch case if falling through hace 2 años
  Daniel Bertalan fda619c7c2 LibJS/Bytecode: Implement Annex B Initializers in ForIn Statement Heads hace 2 años
  Daniel Bertalan fc7de74b12 LibJS/Bytecode: Improve export statement handling hace 2 años
  Daniel Bertalan 11a7014b4e LibJS/Bytecode: Handle ImportStatement in codegen hace 2 años