1. 14 Jun, 2019 1 commit
  2. 03 Nov, 2017 1 commit
  3. 12 Jul, 2017 1 commit
  4. 03 Jul, 2017 1 commit
    • Mathias Bynens's avatar
      [elements] Rename Has*Elements and Is*ElementsKind methods · 7915cf93
      Mathias Bynens authored
      Commit 26c00f4a improved the names of
      most FAST_* elements kinds in the enum. This patch updates the matching
      Has*Elements and Is*ElementsKind method names accordingly.
      
      - HasFastSmiElements => HasSmiElements
      - IsFastSmiElementsKind => IsSmiElementsKind
      - HasFastObjectElements => HasObjectElements
      - IsFastObjectElementsKind => IsObjectElementsKind
      - HasFastSmiOrObjectElements => HasSmiOrObjectElements
      - IsFastSmiOrObjectElementsKind => IsSmiOrObjectElementsKind
      - HasFastDoubleElements => HasDoubleElements
      - IsFastDoubleElementsKind => IsDoubleElementsKind
      - HasFastHoleyElements => HasHoleyElements
      - IsFastHoleyElementsKind => IsHoleyElementsKind
      
      Additionally, FastHoleyElementsUsage is renamed to HoleyElementsUsage.
      
      BUG=v8:6548
      
      Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: Ie8f3d01eb43e909cbc6c372d88c5fbc4dfc2ac04
      Reviewed-on: https://chromium-review.googlesource.com/558356Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
      Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
      Commit-Queue: Mathias Bynens <mathias@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#46376}
      7915cf93
  5. 30 Jun, 2017 1 commit
  6. 23 Jun, 2017 1 commit
  7. 20 Jun, 2017 1 commit
  8. 16 Jun, 2017 1 commit
  9. 29 May, 2017 1 commit
  10. 22 May, 2017 1 commit
  11. 18 May, 2017 1 commit
  12. 27 Apr, 2017 1 commit
    • cbruni's avatar
      [runtime] Ensure slow properties for simple {__proto__:null} literals. · 3f73fecb
      cbruni authored
      With this CL we reduce the difference between directly using a null prototype
      in a literal or using Object.create(null).
      - The EmitFastCloneShallowObject builtin now supports cloning slow
        object boilerplates.
      - Unified behavior to find the matching Map and instantiating it for
        Object.create(null) and literals with a null prototype.
      - Cleanup of literal type parameter of CompileTimeValue, now in sync with
        ObjectLiteral flags.
      
      Review-Url: https://codereview.chromium.org/2445333002
      Cr-Commit-Position: refs/heads/master@{#44941}
      3f73fecb
  13. 18 Nov, 2016 1 commit
  14. 16 Nov, 2016 1 commit
    • franzih's avatar
      [test] Add tests for definitions in object literal. · 0188c3fb
      franzih authored
      Properties can be defined inside the object literal (ES6) or after
      object creation. The behavior differes if there are accessors, interceptors
      or proxies in the Object prototype chain.
      
      These test cases assure we preserve correct behavior as we
      improve performance of definitions in literals.
      
      BUG=v8:5624
      
      Review-Url: https://codereview.chromium.org/2501553002
      Cr-Commit-Position: refs/heads/master@{#41024}
      0188c3fb
  15. 24 Jun, 2016 1 commit
  16. 04 Mar, 2016 1 commit
  17. 22 Aug, 2014 1 commit
  18. 20 Jun, 2011 1 commit
  19. 31 May, 2011 1 commit
  20. 10 Aug, 2010 1 commit
  21. 06 Aug, 2010 2 commits
  22. 05 Aug, 2010 1 commit
  23. 02 Aug, 2010 1 commit
  24. 23 Mar, 2009 1 commit
  25. 06 Mar, 2009 1 commit
  26. 27 Feb, 2009 1 commit
  27. 16 Jan, 2009 1 commit
  28. 14 Jan, 2009 1 commit
  29. 26 Sep, 2008 1 commit
  30. 09 Sep, 2008 1 commit
  31. 22 Aug, 2008 1 commit
    • christian.plesner.hansen's avatar
      Included mjsunit JavaScript test suite and C++ unit tests. · c42f5829
      christian.plesner.hansen authored
      In the shell sample don't print the result of executing a script, only
      evaluating expressions.
      
      Fixed issue when building samples on Windows using a shared V8
      library.  Added visibility option on Linux build which makes the
      generated library 18% smaller.
      
      Changed build system to accept multiple build modes in one build and
      generate seperate objects, libraries and executables for each mode.
      
      Removed deferred negation optimization (a * -b => -(a * b)) since this
      visibly changes operand conversion order.
      
      Improved parsing performance by introducing stack guard in preparsing.
      Without a stack guard preparsing always bails out with stack overflow.
      
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c42f5829
  32. 03 Jul, 2008 1 commit