Class JSUndefined
java.lang.Object
org.graalvm.webimage.api.JSValue
org.graalvm.webimage.api.JSUndefined
Java representation of the JavaScript
undefined value.-
Method Summary
Modifier and TypeMethodDescriptionstatic JSUndefinedinstance()booleanChecks whether this is the JavaScriptundefinedvalue.protected Stringtypeof()Methods inherited from class JSValue
as, asBigInteger, asBoolean, asBooleanArray, asByte, asByteArray, asChar, asCharArray, asDouble, asDoubleArray, asFloat, asFloatArray, asInt, asIntArray, asLong, asLongArray, asShort, asShortArray, asString, checkedCoerce, isUndefined, toString, undefined
-
Method Details
-
instance
-
isUndefined
public boolean isUndefined()Description copied from class:JSValueChecks whether this is the JavaScriptundefinedvalue.- Overrides:
isUndefinedin classJSValue
-
typeof
-
stringValue
- Specified by:
stringValuein classJSValue
-