Lines Matching refs:BigInt
46 // Create a BigInt from the result of a 64-bit atomic operation, using
48 TNode<BigInt> BigIntFromSigned64(TNode<AtomicInt64> signed64);
49 TNode<BigInt> BigIntFromUnsigned64(TNode<AtomicUint64> unsigned64);
147 TNode<BigInt> SharedArrayBufferBuiltinsAssembler::BigIntFromSigned64(
158 TNode<BigInt> SharedArrayBufferBuiltinsAssembler::BigIntFromUnsigned64(
352 TNode<BigInt> value_bigint = ToBigInt(context, value);
424 // 4. If typedArray.[[ContentType]] is BigInt, let v be ? ToBigInt(value).
485 // 4. If typedArray.[[ContentType]] is BigInt, let v be ? ToBigInt(value).
486 TNode<BigInt> value_bigint = ToBigInt(context, value);
562 // 4. If typedArray.[[ContentType]] is BigInt, then
633 // 4. If typedArray.[[ContentType]] is BigInt, then
636 TNode<BigInt> old_value_bigint = ToBigInt(context, old_value);
637 TNode<BigInt> new_value_bigint = ToBigInt(context, new_value);
736 // 4. If typedArray.[[ContentType]] is BigInt, let v be ? ToBigInt(value).
791 // 4. If typedArray.[[ContentType]] is BigInt, let v be ? ToBigInt(value).
792 TNode<BigInt> value_bigint = ToBigInt(context, value);