bool hasProperty(JSObject obj, String name) { try { return js_util.hasProperty(obj, name); } catch (e) { return false; } }