Class JSFunctionObject.Unbound

All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject
Enclosing class:
JSFunctionObject

public static final class JSFunctionObject.Unbound extends JSFunctionObject
  • Constructor Details

    • Unbound

      protected Unbound(com.oracle.truffle.api.object.Shape shape, JSDynamicObject proto, JSFunctionData functionData, com.oracle.truffle.api.frame.MaterializedFrame enclosingFrame, JSRealm realm, Object classPrototype)