1. 03 Jun, 2016 1 commit
  2. 04 May, 2016 1 commit
    • ishell's avatar
      [es8] More spec compliant syntactic tail calls implementation. · 1350eb3d
      ishell authored
      Unlike previous implementation where the 'continue' keyword was a feature of a return statement the keyword is now recognized as a part of expression. Error reporting was significantly improved.
      
      --harmony-explicit-tailcalls option is now orthogonal to --harmony-tailcalls so we can test both modes at the same time.
      
      This CL also adds %GetExceptionDetails(exception) that fetches hidden |start_pos| and |end_pos| values from the exception object.
      
      BUG=v8:4915
      LOG=N
      
      Review-Url: https://codereview.chromium.org/1928203002
      Cr-Commit-Position: refs/heads/master@{#36024}
      1350eb3d
  3. 26 Apr, 2016 1 commit
  4. 22 Apr, 2016 1 commit
  5. 21 Mar, 2016 1 commit
  6. 12 Dec, 2015 1 commit
  7. 09 Dec, 2015 1 commit
  8. 07 Dec, 2015 1 commit
  9. 04 Aug, 2015 1 commit
  10. 13 Mar, 2015 1 commit
  11. 12 Mar, 2015 1 commit
  12. 04 Mar, 2015 1 commit
  13. 02 Mar, 2015 1 commit
  14. 27 Feb, 2015 1 commit
  15. 19 Dec, 2014 1 commit
  16. 05 Aug, 2014 1 commit
  17. 04 Aug, 2014 1 commit
  18. 28 Jul, 2014 1 commit
  19. 24 Jul, 2014 3 commits
  20. 07 Jul, 2014 2 commits
  21. 03 Jul, 2014 1 commit
  22. 02 Jul, 2014 2 commits
  23. 03 Jun, 2014 1 commit
  24. 02 Jun, 2014 1 commit
  25. 27 May, 2014 1 commit
  26. 26 May, 2014 1 commit
  27. 12 May, 2014 1 commit
  28. 06 May, 2014 1 commit
  29. 02 May, 2014 1 commit
    • rafaelw@chromium.org's avatar
      Re-enable Object.observe and add enforcement for security invariants. · 1b270ef5
      rafaelw@chromium.org authored
      This patch reverts r21062 which disabled Object.observe and the relevant tests.
      
      It also adds enforcement for the following three invariants:
      
      1) No observer may receive a change record describing changes to an object which is in different security origin (context have differing security tokens)
      
      2) No observer may receive a change record whose context's security token is different from that of the object described by the change.
      
      3) Object.getNotifier will return null if the caller and the provided object are in differing security origins
      
      Further, it ensures that the global object can never be observed nor a notifier retrieved for it.
      
      Tests are included.
      R=verwaest@chromium.org, rossberg
      LOG=Y
      
      Review URL: https://codereview.chromium.org/265503002
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21122 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      1b270ef5
  30. 31 Mar, 2014 1 commit
  31. 27 Mar, 2014 1 commit
  32. 25 Mar, 2014 1 commit
  33. 24 Mar, 2014 1 commit
  34. 18 Mar, 2014 1 commit
  35. 13 Mar, 2014 1 commit
  36. 11 Mar, 2014 1 commit