Searched refs:GetI64 (Results 1 – 5 of 5) sorted by relevance
135 int64_t WasmGlobalObject::GetI64() { in GetI64() function
295 inline int64_t GetI64();
1443 value = WasmValue(global_object->GetI64()); in ProcessImportedWasmGlobalObject()
1851 return Val(v8_global->GetI64()); in get()
2404 Local<BigInt> value = BigInt::New(isolate, receiver->GetI64()); in WebAssemblyGlobalGetValueCommon()