Class GraalJSException.IsIdenticalOrUndefined

java.lang.Object
com.oracle.truffle.js.runtime.GraalJSException.IsIdenticalOrUndefined
Enclosing class:
GraalJSException

public static final class GraalJSException.IsIdenticalOrUndefined extends Object
  • Constructor Details

    • IsIdenticalOrUndefined

      public IsIdenticalOrUndefined()
  • Method Details

    • doException

      public static com.oracle.truffle.api.utilities.TriState doException(GraalJSException receiver, GraalJSException other, com.oracle.truffle.api.interop.InteropLibrary thisLib, com.oracle.truffle.api.interop.InteropLibrary otherLib)
    • doJSObject

      public static com.oracle.truffle.api.utilities.TriState doJSObject(GraalJSException receiver, JSDynamicObject other, Object thisObj)
    • doOther

      public static com.oracle.truffle.api.utilities.TriState doOther(GraalJSException receiver, Object other, com.oracle.truffle.api.interop.InteropLibrary thisLib, com.oracle.truffle.api.interop.InteropLibrary otherLib)