Skip to content
Snippets Groups Projects
  1. Jun 25, 2018
    • jugglinmike's avatar
      Correct licensing (#1608) · 330733ea
      jugglinmike authored
      In order to satisfy the project's formatting rules, license information
      was inserted into a number of files where it had been mistakenly omitted
      by the original contributors [1]. In many cases, the license information
      did not accurately describe the contributor or the time of contribution.
      Update the information according to the information provided by the
      contributors at the time each file was authored:
      
      - atomicsHelper.js - a72ee6d9
      - detachArrayBuffer.js - 70c7375b
      - nans.js - b17ffc02
      - nativeFunctionMatcher.js - 6b7cbb50
      - proxyTrapsHelper.js d530c87b
      - regexpUtils.js - 44b40e08
      - tcoHelper.js - 4dc81d37
      
      [1] 4ea2931f
      330733ea
  2. Mar 23, 2018
  3. Mar 13, 2018
  4. Jul 14, 2017
  5. May 12, 2016
    • jugglinmike's avatar
      Add tests for NaN handling with Typed Arrays (#623) · b17ffc02
      jugglinmike authored
      Ensure that NaN values are canonicalized consistently by all invocations
      of SetValueInBuffer. Also ensure that `%TypedArray%.prototype.set` and
      `%TypedArray%.prototype.slice` preserve the bit-level encoding of the
      source data.
      
      Use a set of experimentally-derived expressions known to produce NaN
      values with distinct bit patterns in various platforms.
      b17ffc02
Loading