Int64 method

void Int64(
  1. int v, [
  2. int? at
])

Implementation

void   Int64(int    v, [int? at]) { reset(at); WasmMemory.heapI64[_cur >> 3] = v; _cur += WasmSize.Int64; }