Searched refs:ToBigInt (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-bigint-gen.cc | 22 TNode<BigInt> n = ToBigInt(context, value); in TF_BUILTIN() 40 TNode<BigInt> bigint = ToBigInt(context, value); in TF_BUILTIN()
|
H A D | builtins-sharedarraybuffer-gen.cc | 299 // 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 D | builtins-array-gen.cc | 63 // numValue be ? ToBigInt(v). in TypedArrayMapProcessor() 68 num_value = ToBigInt(context(), mapped_value); in TypedArrayMapProcessor()
|
/third_party/node/deps/v8/include/ |
H A D | v8-value.h | 350 V8_WARN_UNUSED_RESULT MaybeLocal<BigInt> ToBigInt(
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-value.h | 360 V8_WARN_UNUSED_RESULT MaybeLocal<BigInt> ToBigInt(
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime.h | 85 F(ToBigInt, 1, 1)
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 301 V(ToBigInt) \ in IsSideEffectFreeIntrinsic()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 1370 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 D | api.cc | 3756 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 D | code-stub-assembler.h | 2790 TNode<BigInt> ToBigInt(TNode<Context> context, TNode<Object> input);
|
H A D | code-stub-assembler.cc | 7681 TNode<BigInt> CodeStubAssembler::ToBigInt(TNode<Context> context, 11078 return ToBigInt(context, input);
|
Completed in 82 milliseconds