Histórico de Commits

Autor SHA1 Mensagem Data
  Hendi 0dc4e722e6 LibJS: Make FunctionExpression more spec-compliant há 4 anos atrás
  Hendi 37c4fbb6ca LibJS: Don't hoist functions under certain circumstances há 4 anos atrás
  Linus Groh 3faeabf1dc Revert "LibJS: Don't hoist functions under certain circumstances" há 4 anos atrás
  Hendi 3411d50737 LibJS: Don't hoist functions under certain circumstances há 4 anos atrás
  Hendi 38fd980b0c LibJS: Improve function hoisting across blocks há 4 anos atrás
  Hendi 72f8d90dc5 LibJS: Remove variables from FunctionNode há 4 anos atrás
  Andreas Kling 71fc7ac7ac LibJS: Make SuperCall a proper AST node and clean up evaluation há 4 anos atrás
  Andreas Kling d81f4d5228 LibJS: NewExpression doesn't need compute_this_and_callee() há 4 anos atrás
  Andreas Kling 814549b846 LibJS: Split out NewExpression evaluation from CallExpression há 4 anos atrás
  Johan Dahlin f6028c2534 LibJS: NewClass bytecode instruction há 4 anos atrás
  Andreas Kling bc1930e0e0 LibJS: Fix clang-tidy warnings in AST.h há 4 anos atrás
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy há 4 anos atrás
  Matthew Olsson df65ff8a1e LibJS: Add bytecode support for regexp literals há 4 anos atrás
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns há 4 anos atrás
  Ali Mohammad Pur 3194177dce LibJS: Correctly parse yield-from expressions há 4 anos atrás
  Andreas Kling 481cef59b6 LibJS: Track which Identifier nodes refer to function arguments há 4 anos atrás
  Andreas Kling 095accd2b2 LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code há 4 anos atrás
  Ali Mohammad Pur 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' há 4 anos atrás
  Marcin Gasperowicz a64089092f LibJS: Implement bytecode generation for switch há 4 anos atrás
  Andreas Kling af48a066c6 LibJS: Add bytecode generation for FunctionExpression :^) há 4 anos atrás
  Andreas Kling 749a3b9245 LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode há 4 anos atrás
  Ali Mohammad Pur b47246ec70 LibJS: Switch AST.{h,cpp} to east const há 4 anos atrás
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) há 4 anos atrás
  Andreas Kling 941be2dcc2 LibJS: Add empty bytecode generation for VariableDeclaration há 4 anos atrás
  Gunnar Beutner 67cc31a74f LibJS: Implement bytecode generation for try..catch..finally há 4 anos atrás
  xyanrch a0412e0d5e LibJS: Implement bytecode generation for BreakStatement há 4 anos atrás
  Gunnar Beutner 2d48fe894f LibJS: Generate bytecode for tagged template literals há 4 anos atrás
  Gunnar Beutner b78f1c1261 LibJS: Generate bytecode for throw statements há 4 anos atrás
  Andreas Kling 59eedd6de0 LibJS: Implement bytecode generation for UpdateExpression :^) há 4 anos atrás
  Gunnar Beutner a1e5711a27 LibJS: Generate bytecode for array expressions há 4 anos atrás