1. 27 Nov, 2015 1 commit
  2. 26 Nov, 2015 1 commit
  3. 24 Nov, 2015 1 commit
  4. 23 Oct, 2015 1 commit
  5. 15 Oct, 2015 1 commit
  6. 13 Oct, 2015 2 commits
  7. 12 Oct, 2015 2 commits
  8. 08 Oct, 2015 1 commit
    • mythria's avatar
      Continuing removing deprecated function from cctest · 6105581e
      mythria authored
      Removes deprecated functions from the following files:
      
      test/cctest/test-object-observe.cc
      test/cctest/test-parsing.cc
      test/cctest/test-platform.cc
      test/cctest/test-platform-linux.cc
      test/cctest/test-platform-win32.cc
      test/cctest/test-profile-generator.cc
      test/cctest/test-random-number-generator.cc
      test/cctest/test-regexp.cc
      test/cctest/test-reloc-info.cc
      test/cctest/test-representation.cc
      test/cctest/test-sampler-api.cc
      test/cctest/test-serialize.cc
      test/cctest/test-simd.cc
      test/cctest/test-slots-buffer.cc
      test/cctest/test-spaces.cc
      test/cctest/test-strings.cc
      test/cctest/test-strtod.cc
      test/cctest/test-symbols.cc
      test/cctest/test-threads.cc
      
      BUG=v8:4134
      LOG=n
      
      Review URL: https://codereview.chromium.org/1371363006
      
      Cr-Commit-Position: refs/heads/master@{#31173}
      6105581e
  9. 06 Oct, 2015 1 commit
  10. 25 Sep, 2015 1 commit
  11. 31 Jul, 2015 1 commit
  12. 14 Jul, 2015 1 commit
  13. 24 Jun, 2015 1 commit
    • yangguo's avatar
      Serializer: clear next link in weak cells. · f1982eb4
      yangguo authored
      If we do not clear next links during serialization, the
      serializer would simply follow those links and serialize
      arbitrary objects held by weak cells. This breaks the
      invariant in the code serializer, which crashes if it
      sees context-dependent objects.
      
      R=ulan@chromium.org
      BUG=chromium:503552
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1203973002
      
      Cr-Commit-Position: refs/heads/master@{#29255}
      f1982eb4
  14. 19 Jun, 2015 1 commit
  15. 12 Jun, 2015 1 commit
  16. 21 May, 2015 1 commit
  17. 19 May, 2015 3 commits
  18. 18 May, 2015 3 commits
  19. 15 May, 2015 1 commit
  20. 14 May, 2015 1 commit
  21. 13 May, 2015 2 commits
  22. 12 May, 2015 3 commits
  23. 11 May, 2015 1 commit
  24. 07 May, 2015 1 commit
    • machenbach's avatar
      Revert of Resolve references to "this" the same way as normal variables... · 5cab6be8
      machenbach authored
      Revert of Resolve references to "this" the same way as normal variables (patchset #2 id:20001 of https://codereview.chromium.org/1130733003/)
      
      Reason for revert:
      [Sheriff] Breaks jetstream benchmark with errors like this:
      
      >>> Running suite: JetStream/bigfib.cpp
      >>> Stdout (#1):
      undefined:93: ReferenceError: this is not defined
        this['Module'] = Module;
        ^
      ReferenceError: this is not defined
          at eval (eval at __run (runner.js:13:3), <anonymous>:93:3)
          at eval (native)
          at __run (runner.js:13:3)
          at Object.runSimpleBenchmark (runner.js:44:31)
          at runner.js:97:13
      
      Original issue's description:
      > Resolve references to "this" the same way as normal variables
      >
      > Make the parser handle references to "this" as unresolved variables, so the
      > same logic as for the rest of function parameters is used for the receiver.
      > Minor additions to the code generation handle copying the receiver to the
      > context, along with the rest of the function parameters.
      >
      > Based on work by Adrian Perez de Castro <aperez@igalia.com>.
      >
      > BUG=v8:2700
      > LOG=N
      >
      > Committed: https://crrev.com/06a792b7cc2db33ffce7244c044a9c05afbb6116
      > Cr-Commit-Position: refs/heads/master@{#28263}
      
      TBR=rossberg@chromium.org,arv@chromium.org,wingo@igalia.com
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=v8:2700
      
      Review URL: https://codereview.chromium.org/1129723003
      
      Cr-Commit-Position: refs/heads/master@{#28283}
      5cab6be8
  25. 06 May, 2015 1 commit
    • wingo's avatar
      Resolve references to "this" the same way as normal variables · 06a792b7
      wingo authored
      Make the parser handle references to "this" as unresolved variables, so the
      same logic as for the rest of function parameters is used for the receiver.
      Minor additions to the code generation handle copying the receiver to the
      context, along with the rest of the function parameters.
      
      Based on work by Adrian Perez de Castro <aperez@igalia.com>.
      
      BUG=v8:2700
      LOG=N
      
      Review URL: https://codereview.chromium.org/1130733003
      
      Cr-Commit-Position: refs/heads/master@{#28263}
      06a792b7
  26. 30 Apr, 2015 1 commit
  27. 29 Apr, 2015 1 commit
  28. 23 Apr, 2015 1 commit
  29. 15 Apr, 2015 2 commits
  30. 10 Apr, 2015 1 commit