type property

JSType type

Value type

Implementation

JSType get type {
  int typeCode = JSValueRef.jSValueGetType(context.pointer, pointer);
  return cEnumToJSType(typeCode);
}