Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 7f1a62a1d3 LibJS/Bytecode: Add Operand in/out to all the bytecode codegen helpers il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Andreas Kling ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated il y a 1 an
  Simon Wanner ae8c98104a LibJS: Cache bytecode executables on the corresponding AST nodes il y a 1 an
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation il y a 1 an
  Idan Horowitz 5e3a799e97 LibJS: Remove unused Literal AST node sub-type il y a 1 an
  Daniel Bertalan 65232b6681 LibJS: Mark classes and virtual functions `final` where possible il y a 1 an
  Andreas Kling 0ff9992ea1 LibJS: Remove now-unused mutable caches from AST nodes il y a 1 an
  Andreas Kling f49c5ca553 LibJS: Fix most clang-tidy warnings in AST.h il y a 1 an
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) il y a 1 an
  Hediadyoin1 50bf303edd LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes il y a 2 ans
  Aliaksandr Kalenik fb94415f03 LibJS: Delete Declaration::for_each_var_declared_name il y a 2 ans
  Aliaksandr Kalenik 0fa47405df LibJS: Delete Declaration::for_each_lexically_declared_name il y a 2 ans
  Aliaksandr Kalenik 231d58dd62 LibJS: Delete Declaration::for_each_bound_name il y a 2 ans
  Aliaksandr Kalenik 8d940d57a4 LibJS: Delete for_each_lexical_function_declaration_in_reverse_order() il y a 2 ans
  Aliaksandr Kalenik b0a533dbc0 LibJS: Identify global variables during parsing il y a 2 ans
  Aliaksandr Kalenik 8b6450842e LibJS: Use local variables for function declarations when possible il y a 2 ans
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions il y a 2 ans
  Timothy Flynn aff81d318b Everywhere: Run clang-format il y a 2 ans
  Aliaksandr Kalenik 2e81cc4cf7 LibJS: Use Identifier to represent FunctionParameter name il y a 2 ans
  Timothy Flynn 2f1d6c0b9a LibJS/Bytecode: Ensure we do not generate bytecode for super expressions il y a 2 ans
  Aliaksandr Kalenik 401d97c45c LibJS: Add ScopeNode::for_each_var_declared_identifier() il y a 2 ans
  Aliaksandr Kalenik 7f0074ac23 LibJS: Add for_each_bound_identifier for AST::Declaration il y a 2 ans
  Aliaksandr Kalenik a6cdb1655b LibJS: Use Identifier to represent name of FunctionNode il y a 2 ans
  Aliaksandr Kalenik 380abddf3c LibJS: Update parser to detect if identifier refer a "local" variable il y a 2 ans
  Aliaksandr Kalenik c734f2b5e6 LibJS: Use Identifier to represent name of ClassExpression il y a 2 ans
  Aliaksandr Kalenik 1550e7c421 LibJS: Stop using execute_ast_node in NewClass instruction il y a 2 ans
  Hendiadyoin1 37067cf3ca LibJS: Use the IdentifierTable for NewFunction and NewClass lhs names il y a 2 ans
  Daniel Bertalan 11a7014b4e LibJS/Bytecode: Handle ImportStatement in codegen il y a 2 ans
  Luke Wilde 363bf114c0 LibJS/Bytecode: Implement for await of il y a 2 ans