Class JSWebAssemblyMemoryGrowCallback

java.lang.Object
com.oracle.truffle.js.runtime.builtins.wasm.JSWebAssemblyMemoryGrowCallback
All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject

public final class JSWebAssemblyMemoryGrowCallback extends Object implements com.oracle.truffle.api.interop.TruffleObject
Represents a callback that is invoked when the memory grow function is called inside WebAssembly. This allows the JavaScript Memory representation to be reset properly.
  • Constructor Details

    • JSWebAssemblyMemoryGrowCallback

      public JSWebAssemblyMemoryGrowCallback(JSRealm realm)