Class JSErrorObject.IsIdenticalOrUndefined
java.lang.Object
com.oracle.truffle.js.runtime.builtins.JSErrorObject.IsIdenticalOrUndefined
- Enclosing class:
JSErrorObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.oracle.truffle.api.utilities.TriStatedoError(JSErrorObject receiver, JSDynamicObject other) static com.oracle.truffle.api.utilities.TriStatedoException(JSErrorObject receiver, GraalJSException other) static com.oracle.truffle.api.utilities.TriStatedoOther(JSErrorObject receiver, Object other)
-
Constructor Details
-
IsIdenticalOrUndefined
public IsIdenticalOrUndefined()
-
-
Method Details
-
doError
public static com.oracle.truffle.api.utilities.TriState doError(JSErrorObject receiver, JSDynamicObject other) -
doException
public static com.oracle.truffle.api.utilities.TriState doException(JSErrorObject receiver, GraalJSException other) -
doOther
public static com.oracle.truffle.api.utilities.TriState doOther(JSErrorObject receiver, Object other)
-