Class InteropFunction

java.lang.Object
com.oracle.truffle.js.runtime.interop.InteropFunction
All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject
Direct Known Subclasses:
InteropAsyncFunction, InteropBoundFunction

public abstract class InteropFunction extends Object implements com.oracle.truffle.api.interop.TruffleObject
  • Method Details

    • getFunction

      public final JSFunctionObject getFunction()
    • isIdenticalOrUndefined

      public final com.oracle.truffle.api.utilities.TriState isIdenticalOrUndefined(Object other, com.oracle.truffle.api.interop.InteropLibrary thisLib, com.oracle.truffle.api.interop.InteropLibrary otherLib)
    • identityHashCode

      public final int identityHashCode()