Home
last modified time | relevance | path

Searched refs:MutableBigInt (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dbigint.cc44 class MutableBigInt : public FreshlyAllocatedBigInt { class
47 static MaybeHandle<BigInt> MakeImmutable(MaybeHandle<MutableBigInt> maybe);
49 static Handle<BigInt> MakeImmutable(Handle<MutableBigInt> result);
51 static void Canonicalize(MutableBigInt result);
55 static MaybeHandle<MutableBigInt> New(
61 static Handle<MutableBigInt> Copy(Isolate* isolate,
71 static Handle<MutableBigInt> Cast(Handle<FreshlyAllocatedBigInt> bigint) { in Cast()
73 return Handle<MutableBigInt>::cast(bigint); in Cast()
75 static MutableBigInt cast(Object o) { in cast()
77 return MutableBigInt(o.ptr()); in cast()
[all …]
Dbigint.tq14 extern class MutableBigInt extends BigIntBase generates 'TNode<BigInt>';
16 Convert<BigInt, MutableBigInt>(i: MutableBigInt): BigInt {
Dbigint.h88 friend class MutableBigInt; variable
/third_party/node/deps/v8/src/builtins/
Dbuiltins-bigint.tq13 MutableBigInt, BigIntBase, BigIntBase): void;
15 MutableBigInt, BigIntBase, BigIntBase): void;
22 MutableBigInt, uint32, intptr): void;
24 extern macro CodeStubAssembler::AllocateBigInt(intptr): MutableBigInt;
26 MutableBigInt, intptr, uintptr): void;
44 sign: uint32, length: intptr): MutableBigInt labels BigIntTooBig {
48 const result: MutableBigInt = AllocateBigInt(length);
55 sign: uint32, length: intptr): MutableBigInt {
Ddata-view.tq257 const result: MutableBigInt =
316 let result: MutableBigInt;