isObject property

bool isObject

Tests whether a JavaScript value's type is the object type.

Implementation

bool get isObject {
  return JSValueRef.jSValueIsObject(context.pointer, pointer) == 1;
}