[browser][mt] Release all proxies of C# and JS objects (#88052)
authorPavel Savara <pavel.savara@gmail.com>
Mon, 24 Jul 2023 20:03:13 +0000 (22:03 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 20:03:13 +0000 (22:03 +0200)
commit3a88b89b025bd1f5addf61ec9a30b54284d056e2
tree06bafc1d2f4730c988c783f56bdbd5a2d817057e
parentf21f2ffdd53487d67539c59617858c4b819bcff3
[browser][mt] Release all proxies of C# and JS objects (#88052)
33 files changed:
src/libraries/System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Interop/JavaScriptExports.cs
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSFunctionBinding.cs
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSHost.cs
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSHostImplementation.cs
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSObject.cs
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSSynchronizationContext.cs
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Marshaling/JSMarshalerArgument.Task.cs
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/SynchronizationContextExtensions.cs
src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/WebWorker.cs
src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/JSImportExportTest.cs
src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/JavaScriptTestHelper.cs
src/mono/sample/wasm/browser-threads-minimal/main.js
src/mono/wasm/runtime/cancelable-promise.ts
src/mono/wasm/runtime/exports-internal.ts
src/mono/wasm/runtime/exports.ts
src/mono/wasm/runtime/gc-handles.ts
src/mono/wasm/runtime/invoke-cs.ts
src/mono/wasm/runtime/invoke-js.ts
src/mono/wasm/runtime/loader/exit.ts
src/mono/wasm/runtime/loader/run.ts
src/mono/wasm/runtime/managed-exports.ts
src/mono/wasm/runtime/marshal-to-cs.ts
src/mono/wasm/runtime/marshal-to-js.ts
src/mono/wasm/runtime/marshal.ts
src/mono/wasm/runtime/pthreads/shared/index.ts
src/mono/wasm/runtime/snapshot.ts
src/mono/wasm/runtime/startup.ts
src/mono/wasm/runtime/types/index.ts
src/mono/wasm/runtime/types/internal.ts
src/mono/wasm/runtime/weak-ref.ts
src/mono/wasm/runtime/web-socket.ts
src/mono/wasm/test-main.js