Skip to content
Snippets Groups Projects
  1. May 17, 2017
  2. May 12, 2017
  3. May 10, 2017
  4. May 01, 2017
  5. Apr 27, 2017
  6. Apr 25, 2017
  7. Apr 20, 2017
  8. Apr 18, 2017
    • André Bargull's avatar
      Optimize decodeURI/encodeURI tests (#987) · 94f6003d
      André Bargull authored
      * Move decimalToHexString into harness instead of duplicating it in multiple files
      
      * Optimize decimalToHexString and support numbers greater than 65535
      
      * Replace alternative decimalToHexString function with include for decimalToHexString.js
      
      * Add decimalToHex2String to return the string representation of a two-digit hex-number
      
      * Replace decimalToHex2String with decimalToPercentHexString to return the percent hex-encoded string of a two-digit hex-number
      
      * Replace two String.fromCharCode calls with a single call
      
      * Further reduce string concatentations in decodeURI[Component] tests
      
      * Remove unnecessary Test262Error error handling in catch-clauses
      
      * Remove try/catch wrappings in decodeURI/encodeURI tests
      94f6003d
    • Mathias Bynens's avatar
    • Mike Pennisi's avatar
      Add omitted license information · a61efb51
      Mike Pennisi authored
      As the author of these files, I can verify that they were contributed in
      2015 on behalf of the V8 project.
      a61efb51
    • Mike Pennisi's avatar
      Correct typo in copyright information · 2c0c3e7f
      Mike Pennisi authored
      2c0c3e7f
  9. Apr 15, 2017
  10. Apr 14, 2017
  11. Apr 13, 2017
  12. Apr 11, 2017
  13. Apr 10, 2017
    • André Bargull's avatar
      Add Function.prototype.toString tests for async generator functions (#955) · da764caf
      André Bargull authored
      * Add Function.prototype.toString tests for many function forms
      * Add non-const computed property name to Function.prototype.toString tests
      * Split class method tests into class-expression and class-statement tests
      * Add tests for unnamed function expression forms
      * Add tests for async (generator) methods in class contexts
      * Add test case for Function.prototype.toString on async arrow function
      da764caf
  14. Apr 06, 2017
  15. Mar 27, 2017
  16. Mar 23, 2017
Loading