Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-wasm-gen.cc68 auto timeout_high = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutHigh); in TF_BUILTIN() local
69 TNode<BigInt> timeout = BigIntFromInt32Pair(timeout_low, timeout_high); in TF_BUILTIN()
97 auto timeout_high = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutHigh); in TF_BUILTIN() local
98 TNode<BigInt> timeout = BigIntFromInt32Pair(timeout_low, timeout_high); in TF_BUILTIN()