Class WebAssemblyTablePrototypeBuiltins.WebAssemblyTableGetNode

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

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

    • WebAssemblyTableGetNode

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

    • get

      protected Object get(Object thiz, Object index, ToJSValueNode toJSValueNode, com.oracle.truffle.api.interop.InteropLibrary tableGetLib, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)