Histórico de Commits

Autor SHA1 Mensagem Data
  Shannon Booth 2d8b2328fd LibJS: Syntax error for a unary expression followed by exponentiation há 1 ano atrás
  Luke Wilde 3ceedbd16a LibJS: Allow assignment expression in spreading property definition há 1 ano atrás
  Sam Kravitz 073eb46824 LibJS: Apply the correct precedence for unary + and - operators há 1 ano atrás
  Andreas Kling 9054b1bc14 LibJS: Always taint parsing environment on call to eval() há 2 anos atrás
  Aliaksandr Kalenik fb94415f03 LibJS: Delete Declaration::for_each_var_declared_name há 2 anos atrás
  Aliaksandr Kalenik 0fa47405df LibJS: Delete Declaration::for_each_lexically_declared_name há 2 anos atrás
  Aliaksandr Kalenik 348e43b36d LibJS: Replace for_each_bound_name with for_each_bound_identifier há 2 anos atrás
  Aliaksandr Kalenik 7af7e90e3f LibJS: Speed up has declaration check in ScopePusher há 2 anos atrás
  Aliaksandr Kalenik b0a533dbc0 LibJS: Identify global variables during parsing há 2 anos atrás
  Aliaksandr Kalenik 8b6450842e LibJS: Use local variables for function declarations when possible há 2 anos atrás
  Aliaksandr Kalenik c4656a70c1 LibJS: Allow usage of locals if function parameters have default values há 2 anos atrás
  Aliaksandr Kalenik 2f85faef0f LibJS: Fix scope detection for ids in default function params há 2 anos atrás
  Aliaksandr Kalenik b1af91d8c4 LibJS: Use local variables to store function parameters in some cases há 2 anos atrás
  Aliaksandr Kalenik 2e81cc4cf7 LibJS: Use Identifier to represent FunctionParameter name há 2 anos atrás
  Aliaksandr Kalenik 01910bca39 LibJS: Null check current scope pusher before register_identifier call há 2 anos atrás
  Aliaksandr Kalenik 380abddf3c LibJS: Update parser to detect if identifier refer a "local" variable há 2 anos atrás
  Aliaksandr Kalenik c734f2b5e6 LibJS: Use Identifier to represent name of ClassExpression há 2 anos atrás
  Aliaksandr Kalenik 75ae368896 LibJS: Propagate "contains await" flag to parent scope in ScopePusher há 2 anos atrás
  Malik Ammar Faisal 5c913d9cc4 LibJS: Correctly handle parentheses and new Object há 2 anos atrás
  Simon Wanner a2efecac03 LibJS: Parse slashes after reserved identifiers correctly há 2 anos atrás
  Linus Groh 3709d11212 LibJS: Parse secondary expressions with the original forbidden token set há 2 anos atrás
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector há 2 anos atrás
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration há 2 anos atrás
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct há 2 anos atrás
  Evan Smal 3226ce3d83 LibJS: Remove some usage of DeprecatedString usage from Lexer há 2 anos atrás
  Evan Smal cfa6b4d815 LibJS: Remove DeprecatedString usage from Token há 2 anos atrás
  Evan Smal 93674e4383 LibJS: Remove DeprecatedString usage from SourceCode há 2 anos atrás
  davidot bff038411a LibJS: Add using declaration support in for and for of loops há 2 anos atrás
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js há 2 anos atrás
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString há 2 anos atrás