Class JSType


  • public final class JSType
    extends java.lang.Object
    [@enum] JSType A constant identifying the type of a JSValue. [@constant] kJSTypeUndefined The unique undefined value. [@constant] kJSTypeNull The unique null value. [@constant] kJSTypeBoolean A primitive boolean value, one of true or false. [@constant] kJSTypeNumber A primitive number value. [@constant] kJSTypeString A primitive string value. [@constant] kJSTypeObject An object value (meaning that this JSValueRef is a JSObjectRef). [@constant] kJSTypeSymbol A primitive symbol value.