Home
last modified time | relevance | path

Searched refs:ToBigInt (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-bigint-gen.cc22 TNode<BigInt> n = ToBigInt(context, value); in TF_BUILTIN()
40 TNode<BigInt> bigint = ToBigInt(context, value); in TF_BUILTIN()
Dbuiltins-sharedarraybuffer-gen.cc334 TNode<BigInt> value_bigint = ToBigInt(context, value); in TF_BUILTIN()
455 TNode<BigInt> value_bigint = ToBigInt(context, value); in TF_BUILTIN()
599 TNode<BigInt> old_value_bigint = ToBigInt(context, old_value); in TF_BUILTIN()
600 TNode<BigInt> new_value_bigint = ToBigInt(context, new_value); in TF_BUILTIN()
751 TNode<BigInt> value_bigint = ToBigInt(context, value); in AtomicBinopBuiltinCommon()
Dtyped-array-of.tq40 // Buffer may be detached during executing ToNumber/ToBigInt.
Ddata-view.tq510 extern macro ToBigInt(Context, JSAny): BigInt;
663 // ? ToBigInt(value).
664 numberValue = ToBigInt(context, value);
Dtyped-array-from.tq198 // Buffer may be detached during executing ToNumber/ToBigInt.
Dbuiltins-array-gen.cc70 num_value = ToBigInt(context(), mapped_value); in TypedArrayMapProcessor()
/external/v8/src/runtime/
Druntime.h81 F(ToBigInt, 1, 1)
/external/v8/src/debug/
Ddebug-evaluate.cc302 V(ToBigInt) \ in IntrinsicHasNoSideEffect()
/external/v8/src/wasm/
Dwasm-js.cc1321 if (!value->ToBigInt(context).ToLocal(&bigint_value)) return; in WebAssemblyGlobal()
1914 if (!args[0]->ToBigInt(context).ToLocal(&bigint_value)) return; in WebAssemblyGlobalSetValue()
/external/v8/src/codegen/
Dcode-stub-assembler.h2541 TNode<BigInt> ToBigInt(TNode<Context> context, TNode<Object> input);
Dcode-stub-assembler.cc7057 TNode<BigInt> CodeStubAssembler::ToBigInt(TNode<Context> context, in ToBigInt() function in v8::internal::CodeStubAssembler
9866 return ToBigInt(context, input); in PrepareValueForWriteToTypedArray()
/external/v8/include/
Dv8.h2887 V8_WARN_UNUSED_RESULT MaybeLocal<BigInt> ToBigInt(
/external/v8/src/api/
Dapi.cc3592 MaybeLocal<BigInt> Value::ToBigInt(Local<Context> context) const { in ToBigInt() function in v8::Value
3595 PREPARE_FOR_EXECUTION(context, Object, ToBigInt, BigInt); in ToBigInt()