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 Summary
Modifier and TypeMethodDescriptionfinal JSFunctionObjectfinal intfinal com.oracle.truffle.api.utilities.TriStateisIdenticalOrUndefined(Object other, com.oracle.truffle.api.interop.InteropLibrary thisLib, com.oracle.truffle.api.interop.InteropLibrary otherLib)
-
Method Details
-
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()
-