Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/es-abstract/2020/SetValueInBuffer.js

    r0c6b92a r79a0317  
    66var $TypeError = require('es-errors/type');
    77var $Uint8Array = GetIntrinsic('%Uint8Array%', true);
    8 
    9 var isInteger = require('../helpers/isInteger');
     8var isInteger = require('math-intrinsics/isInteger');
    109
    1110var IsBigIntElementType = require('./IsBigIntElementType');
     
    6968        }
    7069
    71         // 5. Let block be arrayBuffer’s [[ArrayBufferData]] internal slot.
     70        // 5. Let block be arrayBuffer.[[ArrayBufferData]].
    7271
    7372        var elementSize = tableTAO.size['$' + type]; // step 6
    7473
    75         // 8. If isLittleEndian is not present, set isLittleEndian to either true or false. The choice is implementation dependent and should be the alternative that is most efficient for the implementation. An implementation must use the same value each time this step is executed and the same value must be used for the corresponding step in the GetValueFromBuffer abstract operation.
     74        // 7. If isLittleEndian is not present, set isLittleEndian to to the value of the [[LittleEndian]] field of the surrounding agent's Agent Record.
    7675        var isLittleEndian = arguments.length > 6 ? arguments[6] : defaultEndianness === 'little'; // step 8
    7776
Note: See TracChangeset for help on using the changeset viewer.