Historie revizí

Autor SHA1 Zpráva Datum
  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
  Aliaksandr Kalenik c734f2b5e6 LibJS: Use Identifier to represent name of ClassExpression před 2 roky
  Andreas Kling dfd0942e41 LibJS/Bytecode: Clear accumulator before entering for body před 2 roky
  Andreas Kling 24b815d4a0 LibJS/Bytecode: Clear accumulator before entering while body před 2 roky
  Andreas Kling b14032bbfa LibJS/Bytecode: Leave `for in` and `for of` with right completion value před 2 roky
  Andreas Kling 7430dee5cf LibJS/Bytecode: Make ClassDeclaration not clobber the accumulator 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 cea2071349 LibJS/Bytecode: Infer name of anonymous exported classes when possible před 2 roky
  Andreas Kling b0ae1e80fb LibJS/Bytecode: Support using MemberExpression as rest property před 2 roky
  Daniel Bertalan 0df7255fe7 LibJS/Bytecode: Do not clobber completion value with VariableDeclaration před 2 roky
  Andreas Kling bd2c3ace68 LibJS/Bytecode: Make sure empty `with` statement results in `undefined` před 2 roky
  Aliaksandr Kalenik 1550e7c421 LibJS: Stop using execute_ast_node in NewClass instruction před 2 roky
  Hendiadyoin1 37067cf3ca LibJS: Use the IdentifierTable for NewFunction and NewClass lhs names před 2 roky
  Daniel Bertalan 50d6b1ba19 LibJS/Bytecode: Keep completion value of switch case if falling through před 2 roky
  Daniel Bertalan fda619c7c2 LibJS/Bytecode: Implement Annex B Initializers in ForIn Statement Heads před 2 roky
  Daniel Bertalan fc7de74b12 LibJS/Bytecode: Improve export statement handling před 2 roky
  Daniel Bertalan 11a7014b4e LibJS/Bytecode: Handle ImportStatement in codegen před 2 roky
  Luke Wilde 363bf114c0 LibJS/Bytecode: Implement for await of před 2 roky
  Andreas Kling aec3d9d84e LibJS/Bytecode: Prefer alias over name in object pattern bindings před 2 roky
  Andreas Kling 56fb5a3f5d LibJS/Bytecode: Ensure iterator is closed after array destructuring před 2 roky
  Andreas Kling 55531e5cda LibJS/Bytecode: Use LHS identifier as function name on logical assign před 2 roky
  Luke Wilde c5f3b3ae02 LibJS/Bytecode: Return the proper result for iteration statements před 2 roky
  Luke Wilde b162c9117e LibJS/Bytecode: Set accumulator to undefined at start of catch blocks před 2 roky
  Andreas Kling a4a1d1b84a LibJS/Bytecode: Transfer object expression property names to functions před 2 roky
  Andreas Kling 6f0952c358 LibJS/Bytecode: Handle object destructuring to member expression před 2 roky
  Hendiadyoin1 7005a91a1e LibJS: Replace invalid escapes in TemplateLiterals with undefined in BC před 2 roky
  Andreas Kling 1932f7e6b6 LibJS/Bytecode: Transfer binding pattern aliases to function names před 2 roky