Skip to content
Snippets Groups Projects
  1. Oct 03, 2018
  2. Sep 26, 2018
  3. Sep 21, 2018
  4. Sep 19, 2018
  5. Sep 17, 2018
  6. Sep 14, 2018
  7. Sep 10, 2018
  8. Aug 27, 2018
  9. Aug 20, 2018
  10. 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
  11. Aug 17, 2018
  12. Aug 13, 2018
  13. Jul 26, 2018
  14. Jul 25, 2018
  15. Jul 24, 2018
  16. Jul 20, 2018
  17. Jul 09, 2018
Loading