public static final class GraalJSException.IsIdenticalOrUndefined extends Object
| Constructor and Description |
|---|
IsIdenticalOrUndefined() |
| Modifier and Type | Method and Description |
|---|---|
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) |
static com.oracle.truffle.api.utilities.TriState |
doJSObject(GraalJSException receiver,
JSDynamicObject other) |
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) |
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)
public static com.oracle.truffle.api.utilities.TriState doJSObject(GraalJSException receiver, JSDynamicObject other)
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)