pub unsafe fn get_dom_class(obj: *mut JSObject) -> Result<&'static DOMClass, ()>
Expand description

Get the DOMClass from obj, or Err(()) if obj is not a DOM object.