Gets the encompassing object of the current string.
()
| 22 | |
| 23 | /** Gets the encompassing object of the current string. */ |
| 24 | get object() { |
| 25 | return new Il2Cpp.Object(this); |
| 26 | } |
| 27 | |
| 28 | /** */ |
| 29 | toString() { |
nothing calls this directly
no outgoing calls
no test coverage detected