Historique des commits

Auteur SHA1 Message Date
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes il y a 2 ans
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector il y a 2 ans
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct il y a 2 ans
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> il y a 2 ans
  davidot bff038411a LibJS: Add using declaration support in for and for of loops il y a 2 ans
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Andreas Kling 9721da2e6a LibJS: Call shrink_to_fit() on various Vectors created during parse il y a 2 ans
  Andreas Kling 35ed82d5e6 LibJS: Shrink FunctionNode by using bitfields il y a 2 ans
  Andreas Kling dd1720f2cb LibJS: Shrink ObjectProperty AST nodes by rearranging members il y a 2 ans
  Andreas Kling b894acd6b2 LibJS: Make one compact allocation for CallExpression and its Arguments il y a 2 ans
  Andreas Kling 8a8d8ecb35 LibJS: Add ASTNodeWithTailArray template to pack AST node + array il y a 2 ans
  Andreas Kling c767535ca2 LibJS: Use move() on the SourceRange in create_ast_node() il y a 2 ans
  Andreas Kling 1f909d24b6 LibJS: Shrink MemberExpression by rearranging members slightly il y a 2 ans
  Andreas Kling e70f944e11 LibJS: Rearrange ASTNode members so there's a padding hole at the end il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh d26aabff04 Everywhere: Run clang-format il y a 2 ans
  davidot 2c26ee89ac LibJS: Remove m_first_invalid_property_range from ObjectExpression il y a 2 ans
  davidot 3acbd96851 LibJS: Remove is_use_strict_directive for all StringLiterals il y a 2 ans
  davidot 0c4befd811 LibJS: Use the source offset to sort imports in module il y a 2 ans
  Andreas Kling d16fab5815 LibJS: Avoid unnecessary SourceRange construction in parse_program() il y a 2 ans
  Andreas Kling 3503c658fb LibJS+LibWeb: Move JS::ModuleRequest to its own header file il y a 2 ans
  Andreas Kling 835d7aac96 LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter il y a 2 ans
  Andreas Kling e0916dbb35 LibJS: Move {Import,Export}Entry out of {Import,Export}Statement il y a 2 ans
  Andreas Kling 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache il y a 2 ans
  Andreas Kling 76f438eb3e LibJS: Remove unused "lexical argument index" metadata from Identifier il y a 2 ans
  Andreas Kling b0b022507b LibJS: Reduce AST memory usage by shrink-wrapping source range info il y a 2 ans
  Hendiadyoin1 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops il y a 2 ans
  Hendiadyoin1 ab763a56f6 LibJS: Allow SpreadExpressions to generate bytecode il y a 2 ans