isObject method

bool isObject()

Implementation

bool isObject() {
  return !isArray() && !isPrimitive();
}