Class WebAssemblyTablePrototypeBuiltins.WebAssemblyTableGrowNode

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

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

    • WebAssemblyTableGrowNode

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

    • grow

      protected Object grow(Object thiz, Object delta, Object[] args, ToWebAssemblyValueNode toWebAssemblyValueNode, com.oracle.truffle.api.interop.InteropLibrary tableGrowLib, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)