Home
last modified time | relevance | path

Searched refs:bigint_value (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dunary-op-assembler.cc110 TNode<HeapObject> bigint_value) { in Negate()
111 return CAST(CallRuntime(Runtime::kBigIntUnaryOp, context, bigint_value, in Negate()
126 TNode<Context> /* context */, TNode<HeapObject> /* bigint_value */)>;
251 TNode<HeapObject> bigint_value) { in IncrementOrDecrement()
252 return CAST(CallRuntime(Runtime::kBigIntUnaryOp, context, bigint_value, in IncrementOrDecrement()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc1369 v8::Local<v8::BigInt> bigint_value; in ToI64() local
1370 if (!value->ToBigInt(context).ToLocal(&bigint_value)) return false; in ToI64()
1371 *i64_value = bigint_value->Int64Value(); in ToI64()
2492 v8::Local<v8::BigInt> bigint_value; in WebAssemblyGlobalSetValue() local
2493 if (!args[0]->ToBigInt(context).ToLocal(&bigint_value)) return; in WebAssemblyGlobalSetValue()
2494 receiver->SetI64(bigint_value->Int64Value()); in WebAssemblyGlobalSetValue()

Completed in 6 milliseconds