1. 21 Oct, 2014 3 commits
  2. 20 Oct, 2014 1 commit
  3. 17 Oct, 2014 1 commit
  4. 16 Oct, 2014 1 commit
  5. 14 Oct, 2014 1 commit
  6. 08 Oct, 2014 2 commits
  7. 07 Oct, 2014 2 commits
  8. 06 Oct, 2014 2 commits
  9. 03 Oct, 2014 1 commit
  10. 02 Oct, 2014 3 commits
  11. 01 Oct, 2014 3 commits
  12. 30 Sep, 2014 1 commit
  13. 29 Sep, 2014 3 commits
  14. 19 Sep, 2014 2 commits
  15. 18 Sep, 2014 2 commits
  16. 16 Sep, 2014 1 commit
  17. 15 Sep, 2014 1 commit
    • jochen@chromium.org's avatar
      Currently, a new isolate is created in an uninitialized state, and · 65a18578
      jochen@chromium.org authored
      several API methods will automatically initialize it. During this
      uninitialized state, code event handlers and function entry handlers can
      be attached to the isolate.
      
      This CL deprecates SetFunctionEntryHook and moves the configuration of
      those handlers to the Isolate factory method.
      
      This will allow for initializing the Isolate at creation time in the
      future.
      
      Users of V8::SetFunctionEntryHook should pass the entry hook to
      Isolate::New instead. V8::SetJitCodeEventHandler should either be passed
      to Isolate::New as well, or (if startup events are not required) invoked
      via the Isolate.
      
      BUG=none
      LOG=y
      R=svenpanne@chromium.org
      
      Review URL: https://codereview.chromium.org/570993002
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23940 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      65a18578
  18. 12 Sep, 2014 1 commit
  19. 11 Sep, 2014 3 commits
  20. 10 Sep, 2014 1 commit
  21. 09 Sep, 2014 1 commit
  22. 01 Sep, 2014 1 commit
  23. 25 Aug, 2014 2 commits
  24. 21 Aug, 2014 1 commit