Class GraalJSException.IsIdenticalOrUndefined
java.lang.Object
com.oracle.truffle.js.runtime.GraalJSException.IsIdenticalOrUndefined
- Enclosing class:
GraalJSException
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.oracle.truffle.api.utilities.TriStatedoException(GraalJSException receiver, GraalJSException other, com.oracle.truffle.api.interop.InteropLibrary thisLib, com.oracle.truffle.api.interop.InteropLibrary otherLib) static com.oracle.truffle.api.utilities.TriStatedoJSObject(GraalJSException receiver, JSDynamicObject other) static com.oracle.truffle.api.utilities.TriStatedoOther(GraalJSException receiver, Object other, com.oracle.truffle.api.interop.InteropLibrary thisLib, com.oracle.truffle.api.interop.InteropLibrary otherLib)
-
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) -
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)
-