Converts a JSObject to a Dart Map.
Map dartifyObject(JSObject jsObject) { return _dartifyValue(jsObject) as Map; }