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/2024/ThisBigIntValue.js

    r0c6b92a r79a0317  
    11'use strict';
    22
    3 var callBound = require('call-bind/callBound');
     3var callBound = require('call-bound');
    44
    55var $SyntaxError = require('es-errors/syntax');
     
    1010module.exports = function ThisBigIntValue(value) {
    1111        if (typeof value === 'bigint') {
    12                 return value; // step 1
     12                return value;
    1313        }
     14
    1415        if (!$bigIntValueOf) {
    1516                throw new $SyntaxError('BigInt is not supported');
    1617        }
     18
    1719        return $bigIntValueOf(value);
    1820};
Note: See TracChangeset for help on using the changeset viewer.