pub unsafe extern "C" fn IsPlainObject(obj: *mut JSObject) -> boolExpand description
Returns true if |obj| is a plain object: a standard JS object with no exotic behavior, such as one created from a ‘{}’ object literal or ‘Object.create’. Unlike |GetBuiltinClass|, this does not unwrap proxies and tests |obj| directly.