()
| 7443 | Il2Cpp.Domain.attach(); |
| 7444 | }; |
| 7445 | const detachCurrentThread = () => { |
| 7446 | let threadHandle = Il2Cpp.Api._threadCurrent(); |
| 7447 | if (!threadHandle.isNull()) |
| 7448 | new Il2Cpp.Thread(threadHandle).detach(); |
| 7449 | }; |
| 7450 | globalThis.attachCurrentThread = attachCurrentThread; |
| 7451 | globalThis.detachCurrentThread = detachCurrentThread; |
| 7452 | },{}],164:[function(require,module,exports){ |
nothing calls this directly
no test coverage detected