1. 18 Oct, 2019 1 commit
  2. 30 Sep, 2015 1 commit
  3. 20 Mar, 2015 1 commit
  4. 29 Jan, 2015 1 commit
    • aperez's avatar
      Do not create unresolved variables when parsing arrow functions lazily · 91b87e7a
      aperez authored
      Arrow function parameter lists are parsed as expressions. When an identifier
      is found a VariableProxy is created and added to the list of unresolved
      variables for the scope. When parsing a function lazily, the scope has been
      already resolved, so with this patch only the VariableProxy is created,
      without adding it as an unresolved variable in the scope.
      
      BUG=v8:3501
      LOG=Y
      
      Review URL: https://codereview.chromium.org/880253004
      
      Cr-Commit-Position: refs/heads/master@{#26328}
      91b87e7a
  5. 02 Jan, 2015 1 commit
  6. 10 Mar, 2014 1 commit
  7. 06 Mar, 2014 1 commit
  8. 28 Feb, 2014 2 commits
  9. 25 Feb, 2014 1 commit
  10. 20 Feb, 2014 1 commit
  11. 14 Feb, 2014 1 commit