Returns the result of the JavaScript objects toString
method.
Source
String toString() { try { return _toString(); } catch (e) { return super.toString(); } }
Returns the result of the JavaScript objects toString
method.
String toString() { try { return _toString(); } catch (e) { return super.toString(); } }