Class WebAssemblyTablePrototypeBuiltins.WebAssemblyTableSetNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
WebAssemblyTablePrototypeBuiltins

public abstract static class WebAssemblyTablePrototypeBuiltins.WebAssemblyTableSetNode extends JSBuiltinNode
  • Constructor Details

    • WebAssemblyTableSetNode

      public WebAssemblyTableSetNode(JSContext context, JSBuiltin builtin)
  • Method Details

    • set

      protected Object set(Object thiz, Object index, Object[] args, ToWebAssemblyValueNode toWebAssemblyValueNode, com.oracle.truffle.api.interop.InteropLibrary tableSetLib, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)