Commit History

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