public static final class JSErrorObject.IsIdenticalOrUndefined extends Object
| Constructor and Description |
|---|
IsIdenticalOrUndefined() |
| Modifier and Type | Method and Description |
|---|---|
static com.oracle.truffle.api.utilities.TriState |
doError(JSErrorObject receiver,
JSDynamicObject other) |
static com.oracle.truffle.api.utilities.TriState |
doException(JSErrorObject receiver,
GraalJSException other) |
static com.oracle.truffle.api.utilities.TriState |
doOther(JSErrorObject receiver,
Object other) |
public static com.oracle.truffle.api.utilities.TriState doError(JSErrorObject receiver, JSDynamicObject other)
public static com.oracle.truffle.api.utilities.TriState doException(JSErrorObject receiver, GraalJSException other)
public static com.oracle.truffle.api.utilities.TriState doOther(JSErrorObject receiver, Object other)