Historie revizí

Autor SHA1 Zpráva Datum
  davidot 5cc518f07a LibJS: Handle strict mode for functions more correctly před 4 roky
  davidot 4485df1405 LibJS: Be more strict about reserved and special identifiers před 4 roky
  davidot 2a61b90fef LibJS: Be less strict about 'use strict' před 4 roky
  Linus Groh 08a303172d LibJS: Extend class 'extends' RHS expression parsing před 4 roky
  Ali Mohammad Pur dfb7e716f7 LibJS: Use expected() instead of syntax_error("Expected ...") před 4 roky
  Ali Mohammad Pur 049e210cfa LibJS: Rework Identifier parsing to match the spec more closely před 4 roky
  Ali Mohammad Pur 77a5144264 LibJS: Add support for binding patterns in catch clauses před 4 roky
  Ali Mohammad Pur 1a9518ebe3 LibJS: Implement parsing and evaluation for AssignmentPatterns před 4 roky
  Ali Mohammad Pur 7fc6cd6b20 LibJS: Allow 'name = value' in object literals as the spec does před 4 roky
  Ali Mohammad Pur 7dae25eceb LibJS: Fix computed property ending token in binding pattern parsing před 4 roky
  Ali Mohammad Pur b5b84029ab LibJS: Treat default parameter values as being in function context před 4 roky
  Timothy Flynn d1e06b00e3 LibJS: Parse the RegExp.prototype.hasIndices flag před 4 roky
  Hendi 37c4fbb6ca LibJS: Don't hoist functions under certain circumstances před 4 roky
  Linus Groh 3faeabf1dc Revert "LibJS: Don't hoist functions under certain circumstances" před 4 roky
  Hendi 3411d50737 LibJS: Don't hoist functions under certain circumstances před 4 roky
  Hendi c194afd17c LibJS: Fix runaway let scope when parsing for-in/of statements před 4 roky
  Hendi 38fd980b0c LibJS: Improve function hoisting across blocks před 4 roky
  Hendi 72f8d90dc5 LibJS: Remove variables from FunctionNode před 4 roky
  Andreas Kling 71fc7ac7ac LibJS: Make SuperCall a proper AST node and clean up evaluation před 4 roky
  Ali Mohammad Pur ccbc54358d LibJS: Allow patterns in parenthesized arrow function parameters před 4 roky
  Ali Mohammad Pur 2e00731ddb LibJS: Allow 'yield' and 'await' as function expression names před 4 roky
  Ali Mohammad Pur a6fe27423a LibJS: Allow binding patterns as for in/of targets před 4 roky
  Ali Mohammad Pur bd9f28bba6 LibJS: Allow 'yield' as a variable name outside of generator functions před 4 roky
  Ali Mohammad Pur 46ef333e9c LibJS: Parse generator functions in class expressions too před 4 roky
  Andreas Kling beb43f673e AK: Undo bogus Variant::downcast() rename před 4 roky
  Andreas Kling 527c639c1f LibJS: Fix spelling mistake in one of the syntax error descriptions před 4 roky
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> před 4 roky
  Anonymous 2822da8c8f LibJS: Correct behaviour of direct vs. indirect eval před 4 roky
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy před 4 roky
  Andreas Kling 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable před 4 roky