1. 06 Apr, 2017 1 commit
  2. 31 Mar, 2017 1 commit
  3. 12 Jan, 2017 1 commit
    • adamk's avatar
      [promises] Remove unneeded PromiseCreate function from promise.js · a0e3a8ee
      adamk authored
      This function was only needed for extrasUtils. Since it was simply
      calling a builtin function, just expose that builtin instead. This
      requires an arguments adapter frame for the builtin. As a drive-by
      fix, also added an arguments adapter for the extrasUtils.resolvePromise
      (and a regression test).
      
      Other cleanup: removed unused native context slot for PROMISE_SET_AND_CREATE.
      
      R=gsathya@chromium.org
      BUG=v8:5343
      
      Review-Url: https://codereview.chromium.org/2626793003
      Cr-Commit-Position: refs/heads/master@{#42284}
      a0e3a8ee
  4. 15 Nov, 2016 1 commit
  5. 05 Feb, 2016 1 commit
  6. 14 Oct, 2015 1 commit
  7. 16 Sep, 2015 1 commit
  8. 06 Aug, 2015 1 commit
  9. 11 Jun, 2015 1 commit
    • yangguo's avatar
      Add extras test for calling into runtime. · bd219a76
      yangguo authored
      The alternative of passing an object template at context creation is
      unfeasible because we need a context to instantiate the template.
      At the time we create the context from snapshot or bootstrap from
      scratch, we would already need that template instance, leading to a
      chicken-and-egg problem.
      
      This is an alternative that is simpler and less intrusive.
      
      R=domenic@chromium.org, jochen@chromium.org
      
      Review URL: https://codereview.chromium.org/1182443002
      
      Cr-Commit-Position: refs/heads/master@{#28938}
      bd219a76
  10. 20 May, 2015 1 commit
  11. 18 May, 2015 1 commit
  12. 12 Feb, 2015 1 commit
  13. 27 Jan, 2015 1 commit
  14. 22 Jan, 2015 1 commit
  15. 07 Jan, 2015 1 commit
  16. 05 Jan, 2015 1 commit
  17. 03 Jan, 2015 1 commit
  18. 24 Jun, 2014 1 commit
  19. 04 Jun, 2014 1 commit
  20. 03 Apr, 2014 1 commit
  21. 31 Mar, 2014 1 commit
  22. 28 Feb, 2014 3 commits
  23. 25 Feb, 2014 1 commit
  24. 20 Feb, 2014 1 commit
  25. 14 Feb, 2014 1 commit