Skip to content
Snippets Groups Projects
  • Leo Balter's avatar
    27128070
    Fix errors recently introduced. (#1448) · 27128070
    Leo Balter authored
    * Fix bad references on tests for BigInt TypedArrays
    
    * Remove bad conversions for BigInt TypedArray
    
    * Cleanup the BigInt TypedArray harness file
    
    Remove non used code (testBigIntTypedArrayConversions)
    
    Move the constructors list to inside the exposed function, this prevents early implementations to fail before the function is called.
    
    * Fix bad references in TypedArrays.of (BigInt)
    
    * Remove BigInt tests from typedarray harness test
    
    * Use BigInt for BigInt typedArrays
    
    * Apply last fixings on BigInt TypedArray tests
    
    * Apply fixes to last revision from @anba
    27128070
    History
    Fix errors recently introduced. (#1448)
    Leo Balter authored
    * Fix bad references on tests for BigInt TypedArrays
    
    * Remove bad conversions for BigInt TypedArray
    
    * Cleanup the BigInt TypedArray harness file
    
    Remove non used code (testBigIntTypedArrayConversions)
    
    Move the constructors list to inside the exposed function, this prevents early implementations to fail before the function is called.
    
    * Fix bad references in TypedArrays.of (BigInt)
    
    * Remove BigInt tests from typedarray harness test
    
    * Use BigInt for BigInt typedArrays
    
    * Apply last fixings on BigInt TypedArray tests
    
    * Apply fixes to last revision from @anba