List<String> getOwnPropertyNames() { js.JsArray arr = script.getPropertyNames.apply([_object]); return arr.toList().cast<String>(); }