[browser] Fix System.Delegate.DynamicInvoke method can not be resolved (#47519)
authorKenneth Pouncey <kjpou@pt.lu>
Wed, 10 Feb 2021 08:58:35 +0000 (09:58 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 08:58:35 +0000 (09:58 +0100)
commiteab1b439cf6360a5571786e563e85cd2da9665a6
treea8fb6f6526584935a27edc5a3c49f8b1f0a37262
parent6d38a7f165a5b95369f9712ffe8160a751bd741b
[browser] Fix System.Delegate.DynamicInvoke method can not be resolved (#47519)
src/libraries/System.Private.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Runtime.cs
src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System.Private.Runtime.InteropServices.JavaScript.Tests.csproj
src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/DelegateTests.cs [new file with mode: 0644]
src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/HelperMarshal.cs
src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MarshalTests.cs
src/mono/wasm/runtime/binding_support.js
src/mono/wasm/runtime/driver.c