(str)
| 1338 | return il2cppApi_1.il2cppApi.il2cpp_string_length(this); |
| 1339 | } |
| 1340 | static decodeUnicode(str) { |
| 1341 | let replace = str.replace(/\\/g, "%"); |
| 1342 | return unescape(replace); |
| 1343 | } |
| 1344 | } |
| 1345 | exports.Il2cppString = Il2cppString; |
| 1346 | },{"../../il2cppApi":11,"../../struct/NativeStruct":21}],11:[function(require,module,exports){ |
no outgoing calls
no test coverage detected