1. 30 Jul, 2020 1 commit
  2. 27 Jul, 2020 2 commits
  3. 25 May, 2020 1 commit
  4. 27 Mar, 2020 1 commit
  5. 23 Mar, 2020 2 commits
  6. 18 Nov, 2019 1 commit
  7. 09 Oct, 2019 1 commit
  8. 20 Aug, 2019 1 commit
  9. 25 Jul, 2019 2 commits
  10. 24 Jun, 2019 1 commit
    • Mathias Bynens's avatar
      [objects] Rename JSValue to JSPrimitiveWrapper · e428dfd7
      Mathias Bynens authored
      We currently use the class name “JSValue” for JSObjects that wrap
      primitive values. This name is a common source of confusion. This patch
      switches to a name that’s more clear.
      
      In addition to manual tweaks, the patch applies the following mechanical
      global replacements:
      
      before                          | after
      --------------------------------|--------------------------------------
      if_valueisnotvalue              | if_valueisnotwrapper
      if_valueisvalue                 | if_valueiswrapper
      js_value                        | js_primitive_wrapper
      JS_VALUE_TYPE                   | JS_PRIMITIVE_WRAPPER_TYPE
      JSPrimitiveWrapperType          | JSPrimitiveWrapper type
      jsvalue                         | js_primitive_wrapper
      JSValue                         | JSPrimitiveWrapper
      _GENERATED_JSVALUE_FIELDS       | _GENERATED_JSPRIMITIVE_WRAPPER_FIELDS
      
      Change-Id: I9d9edea784eab6067b013e1f781e4db2070f807c
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1672942Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
      Reviewed-by: 's avatarMichael Stanton <mvstanton@chromium.org>
      Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Commit-Queue: Mathias Bynens <mathias@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#62337}
      e428dfd7
  11. 11 Jan, 2019 1 commit
  12. 08 Jan, 2019 1 commit
  13. 21 Nov, 2018 1 commit
  14. 27 Aug, 2018 1 commit
  15. 20 Aug, 2018 1 commit
  16. 14 Aug, 2018 1 commit
  17. 30 Jul, 2018 1 commit
  18. 05 Jul, 2018 1 commit
  19. 15 Jun, 2018 1 commit
  20. 23 May, 2018 1 commit
  21. 15 May, 2018 1 commit
  22. 03 Apr, 2018 1 commit
  23. 05 Mar, 2018 1 commit
  24. 02 Mar, 2018 3 commits
  25. 14 Feb, 2018 2 commits
  26. 02 Feb, 2018 2 commits
  27. 01 Feb, 2018 2 commits
  28. 31 Jan, 2018 1 commit
  29. 26 Jan, 2018 3 commits
  30. 25 Jan, 2018 1 commit