Skip to content
Snippets Groups Projects
  1. Jun 16, 2015
  2. Jun 10, 2015
  3. Jun 09, 2015
  4. Jun 05, 2015
  5. Jun 03, 2015
  6. Jun 02, 2015
  7. May 30, 2015
  8. May 27, 2015
  9. May 26, 2015
  10. May 25, 2015
    • Mike Pennisi's avatar
      Remove extraneous invocation · 099d10cb
      Mike Pennisi authored
      099d10cb
    • Mike Pennisi's avatar
      Correct test · a2e1fc71
      Mike Pennisi authored
      As written, the test behavior and description do not match--the
      `throw` invocation takes place while generator execution is paused
      *within* the `finally` block (not following it).
      
      Ensure that the test exercises the described behavior (and remove
      extraneous invocation of method under test).
      a2e1fc71
    • Mike Pennisi's avatar
      Correct test · ef5594b6
      Mike Pennisi authored
      As written, the test behavior and description do not match--the `throw`
      invocation takes place while generator execution is paused *within* the
      `try..catch` statement (not following it).
      
      Ensure that the test exercises the described behavior (and remove
      extraneous invocation of method under test).
      ef5594b6
    • Mike Pennisi's avatar
      Correct typos in test description · 332c4dab
      Mike Pennisi authored
      332c4dab
    • Mike Pennisi's avatar
      a62932fc
  11. May 24, 2015
  12. May 22, 2015
  13. May 20, 2015
  14. May 19, 2015
    • Rick Waldron's avatar
      23.2 Set Objects · 6b358545
      Rick Waldron authored
      commit c56030aea7b3e43f46dbbc2b52859ca275cff226
      Author: Rick Waldron <waldron.rick@gmail.com>
      Date:   Thu Apr 30 15:17:44 2015 -0400
      
          Fix nits
      
      commit 9b341022a9fd5a295ce85b630886dae10e10b653
      Author: Rick Waldron <waldron.rick@gmail.com>
      Date:   Tue Apr 28 13:52:04 2015 -0400
      
          Wrap expected construct failure in assert.throws
      
      commit 9ef7e1c0499a99b15c64bb480dbfa41433cf9804
      Author: Mike Pennisi <mike@mikepennisi.com>
      Date:   Fri Apr 24 13:46:02 2015 -0400
      
          Introduce addition tests for the Set constructor
      
      commit bd54cccf4a599c123fae5c97782f5562cd9da8a0
      Author: Rick Waldron <waldron.rick@gmail.com>
      Date:   Fri Apr 24 15:11:19 2015 -0400
      
          23.2 Set Objects, additions
      
      commit 970e2ca95879161a8bb124ec712f7333fdea6798
      Author: Rick Waldron <waldron.rick@gmail.com>
      Date:   Tue Apr 21 12:44:41 2015 -0400
      
          23.2 Set Objects
      6b358545
    • André Bargull's avatar
      Split in multiple files · af1ef75f
      André Bargull authored
      af1ef75f
    • André Bargull's avatar
      Increment/Decrement with property accessor expression · c1e1c56d
      André Bargull authored
      The increment/decrement operator evaluates its operand expression once. When
      the operand expression is a property accessor, RequireObjectCoercible
      and ToPropertyKey are called on the property accessor in the correct order.
      c1e1c56d
  15. May 18, 2015
    • André Bargull's avatar
      MOP operations on non-configurable arguments-object property · cd382962
      André Bargull authored
      Mapped arguments property is changed to non-configurable. Check
      arguments mapping works correctly when applying various MOP
      methods.
      cd382962
    • André Bargull's avatar
      Assignment with left-hand side property accessor · c5e18d56
      André Bargull authored
      The assignment operator evaluates its operands from left to right. When
      the left-hand side expression is a property accessor, RequireObjectCoercible
      and ToPropertyKey are called on the property accessor before the right-hand
      side expression is evaluated.
      c5e18d56
    • André Bargull's avatar
      Enable strict mode for more built-in tests · 56036e40
      André Bargull authored
      - Remove no longer needed noStrict flags.
      - Change tests to use propertyHelper.js for strict mode compatibility.
      - Add tests for return value of `delete` operator, e.g. `delete Array.prototype === false`.
      - Add non-writable tests for global NaN property.
      - Split some tests to run in strict mode.
      - Change tests with global `var length` declaration to use a different variable name for browser environments.
      - Merge duplicated tests symbol-data-property-configurable-non-strict and symbol-data-property-configurable-strict.
      - Merge duplicated tests symbol-data-property-writable-non-strict and symbol-data-property-writable-strict.
      - (And a small change in propertyHelper to reduce code duplication in function call.)
      56036e40
  16. May 15, 2015
  17. May 14, 2015
Loading