1. 19 Dec, 2017 1 commit
  2. 21 Nov, 2017 1 commit
  3. 08 Jul, 2016 1 commit
  4. 08 Feb, 2016 1 commit
    • alph's avatar
      Unflake CPU profiler tests. · 1b6265ef
      alph authored
      Do not rely on elapsed time to collect enough samples.
      Use CollectSample API function instead.
      
      Remove checks for extra functions present in a profile, as
      there in fact can be lots of native support functions.
      
      BUG=v8:2999
      LOG=N
      
      Review URL: https://codereview.chromium.org/1665303004
      
      Cr-Commit-Position: refs/heads/master@{#33822}
      1b6265ef
  5. 09 Dec, 2015 1 commit
  6. 17 Nov, 2015 1 commit
  7. 01 Jun, 2015 1 commit
  8. 30 Jun, 2014 1 commit
  9. 03 Jun, 2014 1 commit
  10. 28 Mar, 2014 1 commit
  11. 17 Jan, 2014 1 commit
  12. 03 Jan, 2014 3 commits
  13. 20 Dec, 2013 2 commits
  14. 18 Dec, 2013 1 commit
  15. 05 Dec, 2013 1 commit
  16. 28 Nov, 2013 1 commit
  17. 27 Nov, 2013 1 commit
  18. 21 Nov, 2013 1 commit
  19. 02 Oct, 2013 1 commit
  20. 11 Jul, 2013 1 commit
  21. 08 Jul, 2013 1 commit
  22. 05 May, 2010 3 commits
  23. 19 Mar, 2010 1 commit
  24. 11 Mar, 2010 1 commit
  25. 25 May, 2009 1 commit
  26. 26 Jan, 2009 1 commit
  27. 09 Sep, 2008 1 commit
  28. 25 Jul, 2008 1 commit
    • kasper.lund's avatar
      Fixed bug in JSObject::GetPropertyAttributePostInterceptor where map... · 44510671
      kasper.lund authored
      Fixed bug in JSObject::GetPropertyAttributePostInterceptor where map transitions would count as properties.
      
      Allowed aliased eval invocations by treating them as evals in the global context. This may change in the future.
      
      Added support for accessing the last entered context through the API and renamed Context::Current to Context::GetCurrent and Context::GetSecurityContext to Context::GetCurrentSecurityContext.
      
      Fixed bug in the debugger that would cause the debugger scripts to be recursively loaded and changed all disabling of interrupts to be block-structured.
      
      Made snapshot data read-only to allow it to be more easily shared across multiple users of V8 when linked as a shared library.
      
      
      git-svn-id: http://v8.googlecode.com/svn/trunk@6 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      44510671
  29. 03 Jul, 2008 1 commit