1. 30 Jan, 2015 1 commit
    • adamk's avatar
      Implemented new syntax for ImportDeclarations · 0c928d53
      adamk authored
      Also had to split ParseImportsList and ParseExportClause into separate
      methods as they have different rules about reserved words and arguments/eval.
      
      Added lots more test cases, including some export cases that were missed before
      due to incorrect checking of reserved words.
      
      BUG=v8:1569
      LOG=n
      
      Review URL: https://codereview.chromium.org/887843002
      
      Cr-Commit-Position: refs/heads/master@{#26338}
      0c928d53
  2. 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
  3. 28 Jan, 2015 1 commit
  4. 27 Jan, 2015 1 commit
    • adamk's avatar
      Begin modernization of --harmony-modules · aeb3a717
      adamk authored
      The approach taken in this CL is to incrementally move toward the
      currently-specced version of modules in ES6. The biggest change in this
      patch is separating the parsing of modules from the parsing of scripts,
      getting rid of the 'module' keyword and thus disallowing modules-in-scripts
      as well as modules-in-modules.
      
      The syntax supported by import/export declarations has not yet been significantly
      changed, with the major exception being that import declarations require a string
      as the 'from' part.
      
      Most of the existing tests have been disabled, with a first new test added
      in cctest/test-parsing.
      
      BUG=v8:1569
      LOG=n
      
      Review URL: https://codereview.chromium.org/881623002
      
      Cr-Commit-Position: refs/heads/master@{#26299}
      aeb3a717
  5. 23 Jan, 2015 2 commits
  6. 15 Jan, 2015 2 commits
  7. 12 Jan, 2015 1 commit
  8. 07 Jan, 2015 1 commit
  9. 17 Dec, 2014 2 commits
  10. 16 Dec, 2014 2 commits
    • arv's avatar
      Revert of ES6 computed property names (patchset #1 id:1 of... · 5f22fdd5
      arv authored
      Revert of ES6 computed property names (patchset #1 id:1 of https://codereview.chromium.org/807173002/)
      
      Reason for revert:
      Crashes Win32. It was not flake.
      
      Original issue's description:
      > ES6 computed property names
      >
      > This adds support for computed property names, under the flag
      > --harmony-computed-property-names, for both object literals and
      > classes.
      >
      > This is a revert of the revert, a76419f0 with
      > no changes. I cannot reproduce the issue on Win8.1 or WinXP. Letting the bots
      > try again.
      >
      > BUG=v8:3754
      > LOG=Y
      > TBR=dslomov@chromium.org
      
      TBR=dslomov@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      BUG=v8:3754
      
      Review URL: https://codereview.chromium.org/807033003
      
      Cr-Commit-Position: refs/heads/master@{#25853}
      5f22fdd5
    • arv's avatar
      ES6 computed property names · a235b107
      arv authored
      This adds support for computed property names, under the flag
      --harmony-computed-property-names, for both object literals and
      classes.
      
      This is a revert of the revert, a76419f0 with
      no changes. I cannot reproduce the issue on Win8.1 or WinXP. Letting the bots
      try again.
      
      BUG=v8:3754
      LOG=Y
      TBR=dslomov@chromium.org
      
      Review URL: https://codereview.chromium.org/807173002
      
      Cr-Commit-Position: refs/heads/master@{#25851}
      a235b107
  11. 15 Dec, 2014 2 commits
    • arv's avatar
      Revert of ES6 computed property names (patchset #9 id:160001 of... · a76419f0
      arv authored
      Revert of ES6 computed property names (patchset #9 id:160001 of https://codereview.chromium.org/795573005/)
      
      Reason for revert:
      Crashes on Win32
      
      http://build.chromium.org/p/client.v8/builders/V8%20Win32%20-%201/builds/1357
      
      Test: mjsunit/harmony/computed-property-names
      Flags: --stress-opt --always-opt
      Command: build\Release\d8.exe --test --random-seed=-233815021 --stress-opt --always-opt --nohard-abort --nodead-code-elimination --nofold-constants --harmony-computed-property-names test\mjsunit\mjsunit.js test\mjsunit\harmony\computed-property-names.js
      
      Run #1
      Exit code: -1073741819
      Result: CRASH
      Expected outcomes: PASS
      
      Run #2
      Exit code: -1073741819
      Result: CRASH
      Expected outcomes: PASS
      
      Run #3
      Exit code: -1073741819
      Result: CRASH
      Expected outcomes: PASS
      
      Original issue's description:
      > ES6 computed property names
      >
      > This adds support for computed property names, under the flag
      > --harmony-computed-property-names, for both object literals and
      > classes.
      >
      > BUG=v8:3754
      > LOG=Y
      
      TBR=dslomov@chromium.org,wingo@igalia.com
      NOTREECHECKS=true
      NOTRY=true
      BUG=v8:3754
      
      Review URL: https://codereview.chromium.org/809433002
      
      Cr-Commit-Position: refs/heads/master@{#25825}
      a76419f0
    • arv's avatar
      ES6 computed property names · 6e38caf8
      arv authored
      This adds support for computed property names, under the flag
      --harmony-computed-property-names, for both object literals and
      classes.
      
      BUG=v8:3754
      LOG=Y
      
      Review URL: https://codereview.chromium.org/795573005
      
      Cr-Commit-Position: refs/heads/master@{#25821}
      6e38caf8
  12. 11 Dec, 2014 1 commit
  13. 08 Dec, 2014 1 commit
  14. 03 Dec, 2014 1 commit
  15. 02 Dec, 2014 1 commit
  16. 20 Nov, 2014 1 commit
  17. 18 Nov, 2014 1 commit
  18. 17 Nov, 2014 1 commit
  19. 14 Nov, 2014 3 commits
  20. 13 Nov, 2014 2 commits
  21. 12 Nov, 2014 1 commit
  22. 07 Nov, 2014 1 commit
  23. 03 Nov, 2014 1 commit
  24. 09 Oct, 2014 2 commits
  25. 08 Oct, 2014 1 commit
  26. 07 Oct, 2014 2 commits
  27. 01 Oct, 2014 1 commit
  28. 18 Sep, 2014 1 commit
  29. 17 Sep, 2014 1 commit
  30. 16 Sep, 2014 1 commit