提交歷史

作者 SHA1 備註 提交日期
  davidot e751dcea43 LibJS: Treat private identifier as divisible token 3 年之前
  davidot 32016d3924 LibJS: Allow object properties called 'async' 3 年之前
  davidot e69276e704 LibJS: Implement parsing and executing for-await-of loops 3 年之前
  davidot 0982a73d1d LibJS: Parse async generator functions 3 年之前
  davidot de46a2cff1 LibJS: Parse async arrow functions 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Idan Horowitz d5f637fa21 LibJS: Do not parse async methods with a new line after the "async" 3 年之前
  Idan Horowitz 46dabf02ec LibJS: Add support for await expressions 3 年之前
  Idan Horowitz 681787de76 LibJS: Add support for async functions 3 年之前
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年之前
  davidot 2d48529073 LibJS: Implement private identifiers in optional chains 3 年之前
  davidot 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields 3 年之前
  davidot 7e8724db71 LibJS: Add support for the '#privateName in obj' expression 3 年之前
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods 3 年之前
  davidot 6b2accce31 LibJS: Add static initializers to classes 3 年之前
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering 3 年之前
  davidot 9394cbcd24 LibJS: Do not save state for peeking at the next token from the lexer 3 年之前
  Ali Mohammad Pur 13138811df LibJS: Partially revert 12b283f 3 年之前
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser 3 年之前
  Ali Mohammad Pur 12b283f32f LibJS: Make accessing the current function's arguments cheaper 3 年之前
  Ali Mohammad Pur da296ffd56 LibJS: Treat the Catch binding identifier as a var binding 3 年之前
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation 3 年之前
  davidot 1bc945860d Everywhere: Use my awesome new serenityos email :^) 3 年之前
  davidot 830ea0414c LibJS: Make scoping follow the spec 3 年之前
  davidot 4428e494b0 LibJS: Handle escaped keywords in more cases and handle 'await' labels 3 年之前
  davidot 79caca8ca2 LibJS: Allow multiple labels on the same statement 3 年之前
  davidot bfc1b4ba61 LibJS: Allow member expressions in binding patterns 3 年之前
  davidot 9cb5700398 LibJS: Disallow comma after rest parameter in formal parameters 3 年之前
  Andreas Kling 3252d984ae LibJS: Allow statements to have multiple labels 3 年之前
  Linus Groh 32932f83be LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals} 3 年之前