Class InteropBoundFunction

java.lang.Object
com.oracle.truffle.js.runtime.interop.InteropFunction
com.oracle.truffle.js.runtime.interop.InteropBoundFunction
All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject

public final class InteropBoundFunction extends InteropFunction
  • Constructor Details

  • Method Details

    • getReceiver

      public Object getReceiver()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object