Home
last modified time | relevance | path

Searched refs:ToBigInt (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-bigint-gen.cc22 TNode<BigInt> n = ToBigInt(context, value); in TF_BUILTIN()
40 TNode<BigInt> bigint = ToBigInt(context, value); in TF_BUILTIN()
H A Dbuiltins-sharedarraybuffer-gen.cc299 // let v be ? ToBigInt(value).
309 // ValidateIntegerTypedArray because the call to ToBigInt or ToInteger on the
351 // let v be ? ToBigInt(value).
352 TNode<BigInt> value_bigint = ToBigInt(context, value);
424 // 4. If typedArray.[[ContentType]] is BigInt, let v be ? ToBigInt(value).
434 // ValidateIntegerTypedArray because the call to ToBigInt or ToInteger on the
485 // 4. If typedArray.[[ContentType]] is BigInt, let v be ? ToBigInt(value).
486 TNode<BigInt> value_bigint = ToBigInt(context, value);
563 // a. Let expected be ? ToBigInt(expectedValue).
564 // b. Let replacement be ? ToBigInt(replacementValu
[all...]
H A Dbuiltins-array-gen.cc63 // numValue be ? ToBigInt(v). in TypedArrayMapProcessor()
68 num_value = ToBigInt(context(), mapped_value); in TypedArrayMapProcessor()
/third_party/node/deps/v8/include/
H A Dv8-value.h350 V8_WARN_UNUSED_RESULT MaybeLocal<BigInt> ToBigInt(
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h360 V8_WARN_UNUSED_RESULT MaybeLocal<BigInt> ToBigInt(
/third_party/node/deps/v8/src/runtime/
H A Druntime.h85 F(ToBigInt, 1, 1)
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc301 V(ToBigInt) \ in IsSideEffectFreeIntrinsic()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc1370 if (!value->ToBigInt(context).ToLocal(&bigint_value)) return false; in ToI64()
2493 if (!args[0]->ToBigInt(context).ToLocal(&bigint_value)) return; in WebAssemblyGlobalSetValue()
/third_party/node/deps/v8/src/api/
H A Dapi.cc3756 MaybeLocal<BigInt> Value::ToBigInt(Local<Context> context) const { in ToBigInt() function in v8::Value
3759 PREPARE_FOR_EXECUTION(context, Object, ToBigInt, BigInt); in ToBigInt()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h2790 TNode<BigInt> ToBigInt(TNode<Context> context, TNode<Object> input);
H A Dcode-stub-assembler.cc7681 TNode<BigInt> CodeStubAssembler::ToBigInt(TNode<Context> context,
11078 return ToBigInt(context, input);

Completed in 72 milliseconds