Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  Luke Wilde 363bf114c0 LibJS/Bytecode: Implement for await of hace 2 años
  Andreas Kling aec3d9d84e LibJS/Bytecode: Prefer alias over name in object pattern bindings hace 2 años
  Andreas Kling 56fb5a3f5d LibJS/Bytecode: Ensure iterator is closed after array destructuring hace 2 años
  Andreas Kling 55531e5cda LibJS/Bytecode: Use LHS identifier as function name on logical assign hace 2 años
  Luke Wilde c5f3b3ae02 LibJS/Bytecode: Return the proper result for iteration statements hace 2 años
  Luke Wilde b162c9117e LibJS/Bytecode: Set accumulator to undefined at start of catch blocks hace 2 años
  Andreas Kling a4a1d1b84a LibJS/Bytecode: Transfer object expression property names to functions hace 2 años
  Andreas Kling 6f0952c358 LibJS/Bytecode: Handle object destructuring to member expression hace 2 años
  Hendiadyoin1 7005a91a1e LibJS: Replace invalid escapes in TemplateLiterals with undefined in BC hace 2 años
  Andreas Kling 1932f7e6b6 LibJS/Bytecode: Transfer binding pattern aliases to function names hace 2 años
  Andreas Kling 8021048bc9 LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS hace 2 años
  Andreas Kling 1f95a40780 LibJS/Bytecode: Actually exit `switch` statement's lexical scope hace 2 años
  Andreas Kling 4fd71e3c3a LibJS/Bytecode: Support destructuring in try..catch hace 2 años
  Andreas Kling 06ac768c8b LibJS/Bytecode: Add some basic codegen for ExportStatement hace 2 años
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall hace 2 años
  Luke Wilde 95d619943e LibJS/Bytecode: Support private identifiers in optional chaining hace 2 años
  Andreas Kling 99b23fe2ad LibJS/Bytecode: Emit GetPrivateById for private member expressions 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
  Luke Wilde 357174d8fd LibJS/Bytecode: Actually get value from super base for computed property hace 2 años