Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 7dae25eceb LibJS: Fix computed property ending token in binding pattern parsing il y a 4 ans
  Ali Mohammad Pur b5b84029ab LibJS: Treat default parameter values as being in function context il y a 4 ans
  Timothy Flynn d1e06b00e3 LibJS: Parse the RegExp.prototype.hasIndices flag il y a 4 ans
  Hendi 37c4fbb6ca LibJS: Don't hoist functions under certain circumstances il y a 4 ans
  Linus Groh 3faeabf1dc Revert "LibJS: Don't hoist functions under certain circumstances" il y a 4 ans
  Hendi 3411d50737 LibJS: Don't hoist functions under certain circumstances il y a 4 ans
  Hendi c194afd17c LibJS: Fix runaway let scope when parsing for-in/of statements il y a 4 ans
  Hendi 38fd980b0c LibJS: Improve function hoisting across blocks il y a 4 ans
  Hendi 72f8d90dc5 LibJS: Remove variables from FunctionNode il y a 4 ans
  Andreas Kling 71fc7ac7ac LibJS: Make SuperCall a proper AST node and clean up evaluation il y a 4 ans
  Ali Mohammad Pur ccbc54358d LibJS: Allow patterns in parenthesized arrow function parameters il y a 4 ans
  Ali Mohammad Pur 2e00731ddb LibJS: Allow 'yield' and 'await' as function expression names il y a 4 ans
  Ali Mohammad Pur a6fe27423a LibJS: Allow binding patterns as for in/of targets il y a 4 ans
  Ali Mohammad Pur bd9f28bba6 LibJS: Allow 'yield' as a variable name outside of generator functions il y a 4 ans
  Ali Mohammad Pur 46ef333e9c LibJS: Parse generator functions in class expressions too il y a 4 ans
  Andreas Kling beb43f673e AK: Undo bogus Variant::downcast() rename il y a 4 ans
  Andreas Kling 527c639c1f LibJS: Fix spelling mistake in one of the syntax error descriptions il y a 4 ans
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> il y a 4 ans
  Anonymous 2822da8c8f LibJS: Correct behaviour of direct vs. indirect eval il y a 4 ans
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy il y a 4 ans
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable il y a 4 ans
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) il y a 4 ans
  Andreas Kling 4c8df58e08 LibJS: Rename Parser::m_parser_state => m_state il y a 4 ans
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns il y a 4 ans
  Matthew Olsson 10372b8118 LibJS: Remove bad spread check in declaration parsing il y a 4 ans
  Matthew Olsson 7f97e33778 LibJS: Disallow 'yield' identifier initializer in GeneratorFunctions il y a 4 ans
  Idan Horowitz 70697a5999 LibJS: Throw a syntax error when an identifier is a reserved word il y a 4 ans
  Ali Mohammad Pur 3194177dce LibJS: Correctly parse yield-from expressions il y a 4 ans
  Ali Mohammad Pur d374295a26 LibJS: Parse generator functions in object literals il y a 4 ans
  Andreas Kling 481cef59b6 LibJS: Track which Identifier nodes refer to function arguments il y a 4 ans