Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-objects-inl.h135 int64_t WasmGlobalObject::GetI64() { in GetI64() function
Dwasm-objects.h295 inline int64_t GetI64();
Dmodule-instantiate.cc1443 value = WasmValue(global_object->GetI64()); in ProcessImportedWasmGlobalObject()
Dc-api.cc1851 return Val(v8_global->GetI64()); in get()
Dwasm-js.cc2404 Local<BigInt> value = BigInt::New(isolate, receiver->GetI64()); in WebAssemblyGlobalGetValueCommon()