Historial de Commits

Autor SHA1 Mensaje Fecha
  Aliaksandr Kalenik 2f85faef0f LibJS: Fix scope detection for ids in default function params hace 2 años
  Aliaksandr Kalenik b1af91d8c4 LibJS: Use local variables to store function parameters in some cases hace 2 años
  Aliaksandr Kalenik 2e81cc4cf7 LibJS: Use Identifier to represent FunctionParameter name hace 2 años
  Aliaksandr Kalenik 01910bca39 LibJS: Null check current scope pusher before register_identifier call hace 2 años
  Aliaksandr Kalenik 380abddf3c LibJS: Update parser to detect if identifier refer a "local" variable hace 2 años
  Aliaksandr Kalenik c734f2b5e6 LibJS: Use Identifier to represent name of ClassExpression hace 2 años
  Aliaksandr Kalenik 75ae368896 LibJS: Propagate "contains await" flag to parent scope in ScopePusher hace 2 años
  Malik Ammar Faisal 5c913d9cc4 LibJS: Correctly handle parentheses and new Object hace 2 años
  Simon Wanner a2efecac03 LibJS: Parse slashes after reserved identifiers correctly hace 2 años
  Linus Groh 3709d11212 LibJS: Parse secondary expressions with the original forbidden token set hace 2 años
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector hace 2 años
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration hace 2 años
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct hace 2 años
  Evan Smal 3226ce3d83 LibJS: Remove some usage of DeprecatedString usage from Lexer hace 2 años
  Evan Smal cfa6b4d815 LibJS: Remove DeprecatedString usage from Token hace 2 años
  Evan Smal 93674e4383 LibJS: Remove DeprecatedString usage from SourceCode hace 2 años
  davidot bff038411a LibJS: Add using declaration support in for and for of loops hace 2 años
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js hace 2 años
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
  davidot 2bbea62176 LibJS: Don't update names of resulting functions in object expression hace 2 años
  Andreas Kling 9721da2e6a LibJS: Call shrink_to_fit() on various Vectors created during parse hace 2 años
  Andreas Kling b894acd6b2 LibJS: Make one compact allocation for CallExpression and its Arguments hace 2 años
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  davidot d218a68296 LibJS: Allow CallExpressions as lhs of assignments in most cases hace 2 años
  davidot 2c26ee89ac LibJS: Remove m_first_invalid_property_range from ObjectExpression hace 2 años
  davidot 3acbd96851 LibJS: Remove is_use_strict_directive for all StringLiterals hace 2 años
  Andreas Kling d16fab5815 LibJS: Avoid unnecessary SourceRange construction in parse_program() hace 2 años
  Andreas Kling 835d7aac96 LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter hace 2 años
  Andreas Kling e0916dbb35 LibJS: Move {Import,Export}Entry out of {Import,Export}Statement hace 2 años