Skip to content
Snippets Groups Projects
  1. Nov 07, 2018
  2. Nov 06, 2018
  3. Nov 02, 2018
  4. Oct 26, 2018
  5. Oct 17, 2018
  6. Oct 03, 2018
  7. Sep 26, 2018
  8. Sep 21, 2018
  9. Sep 19, 2018
  10. Sep 17, 2018
  11. Sep 14, 2018
  12. Sep 10, 2018
  13. Aug 27, 2018
  14. Aug 20, 2018
  15. Aug 19, 2018
    • André Bargull's avatar
      Remove requirement that ToNumber(value) completes in less than $262.agent.MAX_TIME_EPSILON · d7d154b3
      André Bargull authored
      $262.agent.MAX_TIME_EPSILON was intended to be used for callers like `Atomics.wait(typedArray, indexNumber, valueNumber, timeoutNumber)` where all parameters with the `Number` suffix denote values which are already Number values. It should not be used for `Atomics.wait(typedArray, indexObject, valueObject, timeoutObject)` where all parameters with the `Object` suffix denote values which are Object values, because in that case we'd require that `ToNumber(objectValue)` (potentially invoked multiple times) completes in less than 100 milliseconds (the default value for MAX_TIME_EPSILON).
      
      Also removes $262.agent.MAX_TIME_EPSILON because it is now no longer used.
      d7d154b3
  16. Aug 17, 2018
  17. Aug 13, 2018
  18. Jul 26, 2018
  19. Jul 25, 2018
  20. Jul 24, 2018
Loading