1. 15 Oct, 2021 1 commit
  2. 14 Oct, 2021 1 commit
    • Lu Yahan's avatar
      [riscv64] Create Instance Type for Class Constructors · 783e1fde
      Lu Yahan authored
      Port: 1cd7a582
      
      Original Commit Message:
      
      Class Constructors are special, because they are callable but [[Call]]
      raises an exception. Instead of checking if a JS function is a class
      constructor for every JS function call, this CL adds a new instance
      type for class constructors.
      This way we can use a fast instance type range check for the common
      case, and only check for class constructors in the uncommon case were
      a class constructor is called and when we need to raise an exception.
      
      Change-Id: I8f11416124a1eefc4ba63423747686bc0b519bb9
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3218711
      Commit-Queue: Yahan Lu <yahan@iscas.ac.cn>
      Reviewed-by: 's avatarji qiu <qiuji@iscas.ac.cn>
      Cr-Commit-Position: refs/heads/main@{#77395}
      783e1fde
  3. 17 Sep, 2021 1 commit
  4. 07 Sep, 2021 2 commits
  5. 02 Sep, 2021 1 commit
  6. 26 Aug, 2021 1 commit
  7. 19 Aug, 2021 1 commit
  8. 16 Aug, 2021 1 commit
  9. 13 Aug, 2021 1 commit
  10. 12 Aug, 2021 1 commit
  11. 19 Jul, 2021 2 commits
  12. 30 Jun, 2021 2 commits
  13. 28 Jun, 2021 1 commit
  14. 24 Jun, 2021 1 commit
  15. 21 Jun, 2021 2 commits
  16. 16 Jun, 2021 1 commit
  17. 14 Jun, 2021 2 commits
  18. 10 Jun, 2021 1 commit
  19. 09 Jun, 2021 1 commit
  20. 07 Jun, 2021 1 commit
  21. 03 Jun, 2021 1 commit
  22. 01 Jun, 2021 1 commit
  23. 28 May, 2021 1 commit
  24. 11 May, 2021 1 commit
  25. 10 May, 2021 1 commit
  26. 27 Apr, 2021 2 commits
  27. 22 Apr, 2021 2 commits
  28. 21 Apr, 2021 1 commit
  29. 19 Apr, 2021 1 commit
  30. 16 Apr, 2021 1 commit
  31. 12 Apr, 2021 2 commits
  32. 09 Apr, 2021 1 commit