peiga

Results 2 comments of peiga

> > ```ts > > toString() { > > try{ > > return this.isNull() ? "null" : this.method("ToString", 0).invoke().content ?? "null"; > > } > > finally{ > > return...