Historie revizí

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