Skip to content
Snippets Groups Projects
  1. Aug 19, 2018
    • test262-automation's avatar
      [javascriptcore-test262-automation] Changes from... · 316bc5eb
      test262-automation authored
      [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 3454cfdb5a on Sat Aug 18 2018 18:11:01 GMT+0000 (Coordinated Universal Time)
      316bc5eb
    • 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
  2. Aug 17, 2018
  3. Aug 16, 2018
  4. Aug 14, 2018
  5. Aug 13, 2018
  6. Aug 10, 2018
  7. Aug 07, 2018
  8. Aug 04, 2018
  9. Aug 03, 2018
  10. Aug 02, 2018
Loading