1. 19 Aug, 2015 1 commit
    • yangguo's avatar
      Native context: debug.js does not load from js builtins object anymore. · eb8c0928
      yangguo authored
      This mainly changes how we share ToBoolean, ToNumber and ToString between
      native scripts. Instead of putting them on the js builtins object, we now
      explicitly export and import those functions.
      
      I also had to change the import/export mechanism slightly. Previously,
      exports and imports are hooked up after all native scripts have been
      executed. This means that imported functions cannot be called at the time
      the native script is executed.
      
      However, since ToBoolean (and also e.g. ObjectDefineProperties) is called
      in v8natives.js, I changed the mechanism so that exports from previous
      native scripts (runtime.js for ToBoolean) is imported immediately and can
      be called.
      
      R=cbruni@chromium.org
      
      Review URL: https://codereview.chromium.org/1302533002
      
      Cr-Commit-Position: refs/heads/master@{#30244}
      eb8c0928
  2. 12 Aug, 2015 1 commit
  3. 31 Jul, 2015 1 commit
  4. 07 May, 2015 1 commit
  5. 06 May, 2015 2 commits
  6. 27 Apr, 2015 1 commit
  7. 26 Mar, 2015 1 commit
  8. 07 Jan, 2015 1 commit
  9. 19 Nov, 2014 2 commits
  10. 05 Nov, 2014 1 commit
  11. 27 Aug, 2014 1 commit
  12. 05 Aug, 2014 1 commit
  13. 24 Jul, 2014 1 commit
  14. 03 Jul, 2014 1 commit
  15. 30 Jun, 2014 1 commit
  16. 27 Jun, 2014 1 commit
  17. 26 Jun, 2014 1 commit
  18. 25 Jun, 2014 1 commit
  19. 10 Jun, 2014 1 commit
  20. 26 May, 2014 1 commit
  21. 22 May, 2014 1 commit
  22. 15 May, 2014 1 commit
  23. 30 Apr, 2014 3 commits
  24. 29 Apr, 2014 1 commit
  25. 25 Apr, 2014 1 commit
  26. 11 Apr, 2014 1 commit
  27. 17 Oct, 2013 1 commit
  28. 08 Sep, 2013 1 commit
  29. 23 Jul, 2013 1 commit
  30. 01 Jul, 2013 3 commits
  31. 16 Jan, 2013 1 commit
  32. 10 Dec, 2012 1 commit
  33. 03 Dec, 2012 2 commits