@digicatapult/dtdl-parser 0.0.14 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -16
- package/build/DtdlErr.d.js +3 -0
- package/build/DtdlErr.d.js.map +1 -0
- package/build/DtdlOm.d.js +3 -0
- package/build/DtdlOm.d.js.map +1 -0
- package/build/interop/_framework/DTDLParserJSInterop.pdb +0 -0
- package/build/interop/_framework/DTDLParserJSInterop.wasm +0 -0
- package/build/interop/_framework/blazor.boot.json +3 -3
- package/package.json +6 -6
- package/.depcheckrc +0 -6
- package/.github/CODEOWNERS +0 -4
- package/.github/workflows/release.yml +0 -198
- package/.github/workflows/test.yml +0 -92
- package/.gitignore +0 -4
- package/.prettierrc +0 -9
- package/.swcrc +0 -32
- package/dtdl/error/error.json +0 -11
- package/dtdl/simple/simple.json +0 -9
- package/eslint.config.mjs +0 -52
- package/src/__tests__/fixtures/empty.json +0 -1
- package/src/__tests__/fixtures/nested/nested.json +0 -1
- package/src/__tests__/index.test.ts +0 -119
- package/src/error.ts +0 -25
- package/src/index.ts +0 -134
- package/src/interop/DTDLParserJSInterop.csproj +0 -26
- package/src/interop/LICENSE +0 -21
- package/src/interop/ModelParserInterop.cs +0 -19
- package/src/interop/README.md +0 -1
- package/src/interop/bin/Release/net8.0/browser-wasm/DTDLParser.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/DTDLParserJSInterop.deps.json +0 -921
- package/src/interop/bin/Release/net8.0/browser-wasm/DTDLParserJSInterop.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/DTDLParserJSInterop.pdb +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/DTDLParserJSInterop.runtimeconfig.json +0 -40
- package/src/interop/bin/Release/net8.0/browser-wasm/Microsoft.CSharp.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/Microsoft.VisualBasic.Core.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/Microsoft.VisualBasic.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/Microsoft.Win32.Primitives.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/Microsoft.Win32.Registry.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.AppContext.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Buffers.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Collections.Concurrent.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Collections.Immutable.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Collections.NonGeneric.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Collections.Specialized.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Collections.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ComponentModel.Annotations.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ComponentModel.DataAnnotations.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ComponentModel.EventBasedAsync.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ComponentModel.Primitives.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ComponentModel.TypeConverter.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ComponentModel.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Configuration.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Console.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Core.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Data.Common.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Data.DataSetExtensions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Data.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.Contracts.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.Debug.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.DiagnosticSource.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.FileVersionInfo.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.Process.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.StackTrace.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.TextWriterTraceListener.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.Tools.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.TraceSource.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Diagnostics.Tracing.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Drawing.Primitives.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Drawing.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Dynamic.Runtime.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Formats.Asn1.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Formats.Tar.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Globalization.Calendars.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Globalization.Extensions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Globalization.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.Compression.Brotli.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.Compression.FileSystem.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.Compression.ZipFile.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.Compression.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.FileSystem.AccessControl.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.FileSystem.DriveInfo.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.FileSystem.Primitives.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.FileSystem.Watcher.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.FileSystem.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.IsolatedStorage.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.MemoryMappedFiles.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.Pipes.AccessControl.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.Pipes.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.UnmanagedMemoryStream.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.IO.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Linq.Expressions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Linq.Parallel.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Linq.Queryable.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Linq.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Memory.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.Http.Json.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.Http.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.HttpListener.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.Mail.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.NameResolution.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.NetworkInformation.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.Ping.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.Primitives.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.Quic.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.Requests.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.Security.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.ServicePoint.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.Sockets.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.WebClient.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.WebHeaderCollection.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.WebProxy.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.WebSockets.Client.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.WebSockets.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Net.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Numerics.Vectors.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Numerics.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ObjectModel.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Private.CoreLib.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Private.DataContractSerialization.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Private.Uri.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Private.Xml.Linq.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Private.Xml.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Reflection.DispatchProxy.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Reflection.Emit.ILGeneration.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Reflection.Emit.Lightweight.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Reflection.Emit.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Reflection.Extensions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Reflection.Metadata.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Reflection.Primitives.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Reflection.TypeExtensions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Reflection.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Resources.Reader.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Resources.ResourceManager.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Resources.Writer.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.CompilerServices.VisualC.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Extensions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Handles.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.InteropServices.JavaScript.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.InteropServices.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Intrinsics.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Loader.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Numerics.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Serialization.Formatters.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Serialization.Json.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Serialization.Primitives.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Serialization.Xml.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.Serialization.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Runtime.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.AccessControl.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Claims.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Cryptography.Algorithms.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Cryptography.Cng.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Cryptography.Csp.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Cryptography.Encoding.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Cryptography.OpenSsl.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Cryptography.Primitives.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Cryptography.X509Certificates.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Cryptography.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Principal.Windows.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.Principal.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.SecureString.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Security.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ServiceModel.Web.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ServiceProcess.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Text.Encoding.CodePages.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Text.Encoding.Extensions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Text.Encoding.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Text.Encodings.Web.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Text.Json.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Text.RegularExpressions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.Channels.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.Overlapped.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.Tasks.Dataflow.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.Tasks.Extensions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.Tasks.Parallel.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.Tasks.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.Thread.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.ThreadPool.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.Timer.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Threading.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Transactions.Local.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Transactions.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.ValueTuple.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Web.HttpUtility.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Web.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Windows.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Xml.Linq.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Xml.ReaderWriter.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Xml.Serialization.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Xml.XDocument.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Xml.XPath.XDocument.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Xml.XPath.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Xml.XmlDocument.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Xml.XmlSerializer.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.Xml.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/System.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/WindowsBase.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/corebindings.c +0 -104
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet-legacy.d.ts +0 -295
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.d.ts +0 -472
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.es6.extpost.js +0 -2
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.es6.lib.js +0 -163
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.es6.pre.js +0 -5
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.js +0 -4
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.js.map +0 -1
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.native.js +0 -17
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.native.js.symbols +0 -8582
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.native.wasm +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.runtime.js +0 -4
- package/src/interop/bin/Release/net8.0/browser-wasm/dotnet.runtime.js.map +0 -1
- package/src/interop/bin/Release/net8.0/browser-wasm/driver.c +0 -1391
- package/src/interop/bin/Release/net8.0/browser-wasm/emcc-default.rsp +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/emcc-link.rsp +0 -16
- package/src/interop/bin/Release/net8.0/browser-wasm/emcc-props.json +0 -14
- package/src/interop/bin/Release/net8.0/browser-wasm/gc-common.h +0 -73
- package/src/interop/bin/Release/net8.0/browser-wasm/icudt.dat +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/icudt_CJK.dat +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/icudt_EFIGS.dat +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/icudt_hybrid.dat +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/icudt_no_CJK.dat +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libSystem.Globalization.Native.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libSystem.IO.Compression.Native.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libSystem.Native.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libicudata.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libicui18n.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libicuuc.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-component-debugger-static.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-component-debugger-stub-static.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-component-diagnostics_tracing-static.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-component-diagnostics_tracing-stub-static.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-component-hot_reload-static.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-component-hot_reload-stub-static.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-component-marshal-ilgen-static.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-component-marshal-ilgen-stub-static.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-ee-interp.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-icall-table.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-profiler-aot.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-profiler-browser.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-wasm-eh-js.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-wasm-eh-wasm.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-wasm-nosimd.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmono-wasm-simd.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/libmonosgen-2.0.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/mscorlib.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/netstandard.dll +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/package.json +0 -44
- package/src/interop/bin/Release/net8.0/browser-wasm/pal_random.lib.js +0 -45
- package/src/interop/bin/Release/net8.0/browser-wasm/pinvoke.c +0 -62
- package/src/interop/bin/Release/net8.0/browser-wasm/pinvoke.h +0 -50
- package/src/interop/bin/Release/net8.0/browser-wasm/runtimeconfig.bin +0 -1
- package/src/interop/bin/Release/net8.0/browser-wasm/wasm-bundled-timezones.a +0 -0
- package/src/interop/bin/Release/net8.0/browser-wasm/wasm-config.h +0 -13
- package/src/interop/modelParser.js +0 -11
- package/src/interop/obj/DTDLParserJSInterop.csproj.nuget.dgspec.json +0 -83
- package/src/interop/obj/DTDLParserJSInterop.csproj.nuget.g.props +0 -21
- package/src/interop/obj/DTDLParserJSInterop.csproj.nuget.g.targets +0 -6
- package/src/interop/obj/Release/net8.0/browser-wasm/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLPars.F465EEA8.Up2Date +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.AssemblyInfo.cs +0 -22
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.AssemblyInfoInputs.cache +0 -1
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.GeneratedMSBuildEditorConfig.editorconfig +0 -17
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.assets.cache +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.csproj.AssemblyReference.cache +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.csproj.CoreCompileInputs.cache +0 -1
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.csproj.FileListAbsolute.txt +0 -237
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.dll +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.genruntimeconfig.cache +0 -1
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.pdb +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/DTDLParserJSInterop.sourcelink.json +0 -1
- package/src/interop/obj/Release/net8.0/browser-wasm/ref/DTDLParserJSInterop.dll +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/refint/DTDLParserJSInterop.dll +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/corebindings.o +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/dotnet.native.js +0 -17
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/dotnet.native.wasm +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/driver.o +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/emcc-compile.rsp +0 -12
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/emcc-link.rsp +0 -38
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/icall-table.h +0 -1653
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/m2n_cache.txt +0 -3
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/pinvoke-table.h +0 -329
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/pinvoke.o +0 -0
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/runtime-icall-table.h +0 -449
- package/src/interop/obj/Release/net8.0/browser-wasm/wasm/for-build/wasm_m2n_invoke.g.h +0 -522
- package/src/interop/obj/project.assets.json +0 -384
- package/src/interop/obj/project.nuget.cache +0 -13
- package/src/interop/runtimeconfig.template.json +0 -11
- package/src/interop.ts +0 -9
- package/test/mocharc.json +0 -6
- package/tsconfig.json +0 -31
|
@@ -1,1653 +0,0 @@
|
|
|
1
|
-
#define ICALL_TABLE_corlib 1
|
|
2
|
-
|
|
3
|
-
static int corlib_icall_indexes [] = {
|
|
4
|
-
310,
|
|
5
|
-
317,
|
|
6
|
-
319,
|
|
7
|
-
321,
|
|
8
|
-
337,
|
|
9
|
-
349,
|
|
10
|
-
350,
|
|
11
|
-
351,
|
|
12
|
-
352,
|
|
13
|
-
353,
|
|
14
|
-
354,
|
|
15
|
-
355,
|
|
16
|
-
356,
|
|
17
|
-
357,
|
|
18
|
-
360,
|
|
19
|
-
361,
|
|
20
|
-
362,
|
|
21
|
-
552,
|
|
22
|
-
553,
|
|
23
|
-
554,
|
|
24
|
-
587,
|
|
25
|
-
588,
|
|
26
|
-
589,
|
|
27
|
-
609,
|
|
28
|
-
610,
|
|
29
|
-
611,
|
|
30
|
-
612,
|
|
31
|
-
729,
|
|
32
|
-
730,
|
|
33
|
-
731,
|
|
34
|
-
732,
|
|
35
|
-
733,
|
|
36
|
-
734,
|
|
37
|
-
735,
|
|
38
|
-
738,
|
|
39
|
-
826,
|
|
40
|
-
827,
|
|
41
|
-
828,
|
|
42
|
-
829,
|
|
43
|
-
830,
|
|
44
|
-
831,
|
|
45
|
-
832,
|
|
46
|
-
833,
|
|
47
|
-
834,
|
|
48
|
-
837,
|
|
49
|
-
847,
|
|
50
|
-
848,
|
|
51
|
-
850,
|
|
52
|
-
852,
|
|
53
|
-
869,
|
|
54
|
-
872,
|
|
55
|
-
883,
|
|
56
|
-
891,
|
|
57
|
-
892,
|
|
58
|
-
893,
|
|
59
|
-
894,
|
|
60
|
-
895,
|
|
61
|
-
896,
|
|
62
|
-
897,
|
|
63
|
-
898,
|
|
64
|
-
899,
|
|
65
|
-
900,
|
|
66
|
-
901,
|
|
67
|
-
902,
|
|
68
|
-
903,
|
|
69
|
-
904,
|
|
70
|
-
905,
|
|
71
|
-
906,
|
|
72
|
-
907,
|
|
73
|
-
909,
|
|
74
|
-
910,
|
|
75
|
-
911,
|
|
76
|
-
912,
|
|
77
|
-
913,
|
|
78
|
-
914,
|
|
79
|
-
915,
|
|
80
|
-
1014,
|
|
81
|
-
1015,
|
|
82
|
-
1016,
|
|
83
|
-
1017,
|
|
84
|
-
1018,
|
|
85
|
-
1019,
|
|
86
|
-
1020,
|
|
87
|
-
1021,
|
|
88
|
-
1022,
|
|
89
|
-
1023,
|
|
90
|
-
1024,
|
|
91
|
-
1025,
|
|
92
|
-
1026,
|
|
93
|
-
1027,
|
|
94
|
-
1028,
|
|
95
|
-
1029,
|
|
96
|
-
1030,
|
|
97
|
-
1032,
|
|
98
|
-
1033,
|
|
99
|
-
1034,
|
|
100
|
-
1035,
|
|
101
|
-
1036,
|
|
102
|
-
1037,
|
|
103
|
-
1038,
|
|
104
|
-
1118,
|
|
105
|
-
1119,
|
|
106
|
-
1123,
|
|
107
|
-
1134,
|
|
108
|
-
1135,
|
|
109
|
-
1205,
|
|
110
|
-
1213,
|
|
111
|
-
1216,
|
|
112
|
-
1218,
|
|
113
|
-
1224,
|
|
114
|
-
1225,
|
|
115
|
-
1227,
|
|
116
|
-
1228,
|
|
117
|
-
1232,
|
|
118
|
-
1234,
|
|
119
|
-
1237,
|
|
120
|
-
1238,
|
|
121
|
-
1240,
|
|
122
|
-
1242,
|
|
123
|
-
1243,
|
|
124
|
-
1246,
|
|
125
|
-
1247,
|
|
126
|
-
1248,
|
|
127
|
-
1251,
|
|
128
|
-
1253,
|
|
129
|
-
1256,
|
|
130
|
-
1258,
|
|
131
|
-
1260,
|
|
132
|
-
1267,
|
|
133
|
-
1272,
|
|
134
|
-
1274,
|
|
135
|
-
1277,
|
|
136
|
-
1357,
|
|
137
|
-
1360,
|
|
138
|
-
1362,
|
|
139
|
-
1372,
|
|
140
|
-
1373,
|
|
141
|
-
1374,
|
|
142
|
-
1375,
|
|
143
|
-
1377,
|
|
144
|
-
1384,
|
|
145
|
-
1385,
|
|
146
|
-
1386,
|
|
147
|
-
1387,
|
|
148
|
-
1388,
|
|
149
|
-
1396,
|
|
150
|
-
1397,
|
|
151
|
-
1398,
|
|
152
|
-
1402,
|
|
153
|
-
1403,
|
|
154
|
-
1406,
|
|
155
|
-
1411,
|
|
156
|
-
1412,
|
|
157
|
-
1413,
|
|
158
|
-
1698,
|
|
159
|
-
1936,
|
|
160
|
-
1938,
|
|
161
|
-
1959,
|
|
162
|
-
1960,
|
|
163
|
-
14389,
|
|
164
|
-
14390,
|
|
165
|
-
14392,
|
|
166
|
-
14393,
|
|
167
|
-
14394,
|
|
168
|
-
14395,
|
|
169
|
-
14396,
|
|
170
|
-
14397,
|
|
171
|
-
14399,
|
|
172
|
-
14401,
|
|
173
|
-
14403,
|
|
174
|
-
14404,
|
|
175
|
-
14405,
|
|
176
|
-
14406,
|
|
177
|
-
14435,
|
|
178
|
-
14437,
|
|
179
|
-
14447,
|
|
180
|
-
14449,
|
|
181
|
-
14451,
|
|
182
|
-
14453,
|
|
183
|
-
14455,
|
|
184
|
-
14516,
|
|
185
|
-
14523,
|
|
186
|
-
14524,
|
|
187
|
-
14525,
|
|
188
|
-
14527,
|
|
189
|
-
14528,
|
|
190
|
-
14529,
|
|
191
|
-
14530,
|
|
192
|
-
14531,
|
|
193
|
-
14533,
|
|
194
|
-
14535,
|
|
195
|
-
14536,
|
|
196
|
-
14537,
|
|
197
|
-
16927,
|
|
198
|
-
16931,
|
|
199
|
-
16935,
|
|
200
|
-
16936,
|
|
201
|
-
16937,
|
|
202
|
-
16938,
|
|
203
|
-
23323,
|
|
204
|
-
23324,
|
|
205
|
-
23325,
|
|
206
|
-
23326,
|
|
207
|
-
23348,
|
|
208
|
-
23349,
|
|
209
|
-
23350,
|
|
210
|
-
23351,
|
|
211
|
-
23352,
|
|
212
|
-
23355,
|
|
213
|
-
23357,
|
|
214
|
-
23358,
|
|
215
|
-
23360,
|
|
216
|
-
23361,
|
|
217
|
-
23597,
|
|
218
|
-
23598,
|
|
219
|
-
23599,
|
|
220
|
-
23600,
|
|
221
|
-
24398,
|
|
222
|
-
24400,
|
|
223
|
-
24403,
|
|
224
|
-
24418,
|
|
225
|
-
24419,
|
|
226
|
-
24420,
|
|
227
|
-
24421,
|
|
228
|
-
24422,
|
|
229
|
-
24423,
|
|
230
|
-
24424,
|
|
231
|
-
25132,
|
|
232
|
-
25133,
|
|
233
|
-
25134,
|
|
234
|
-
25139,
|
|
235
|
-
25140,
|
|
236
|
-
25219,
|
|
237
|
-
25220,
|
|
238
|
-
25282,
|
|
239
|
-
25289,
|
|
240
|
-
25296,
|
|
241
|
-
25307,
|
|
242
|
-
25311,
|
|
243
|
-
25347,
|
|
244
|
-
25372,
|
|
245
|
-
25542,
|
|
246
|
-
25555,
|
|
247
|
-
25557,
|
|
248
|
-
25559,
|
|
249
|
-
25582,
|
|
250
|
-
25584,
|
|
251
|
-
25585,
|
|
252
|
-
25586,
|
|
253
|
-
25587,
|
|
254
|
-
25588,
|
|
255
|
-
25597,
|
|
256
|
-
25613,
|
|
257
|
-
25635,
|
|
258
|
-
25636,
|
|
259
|
-
25647,
|
|
260
|
-
25649,
|
|
261
|
-
25656,
|
|
262
|
-
25657,
|
|
263
|
-
25660,
|
|
264
|
-
25662,
|
|
265
|
-
25667,
|
|
266
|
-
25668,
|
|
267
|
-
25686,
|
|
268
|
-
25687,
|
|
269
|
-
25694,
|
|
270
|
-
25696,
|
|
271
|
-
25707,
|
|
272
|
-
25710,
|
|
273
|
-
25713,
|
|
274
|
-
25714,
|
|
275
|
-
25715,
|
|
276
|
-
25727,
|
|
277
|
-
25737,
|
|
278
|
-
25743,
|
|
279
|
-
25744,
|
|
280
|
-
25745,
|
|
281
|
-
25747,
|
|
282
|
-
25748,
|
|
283
|
-
25766,
|
|
284
|
-
25768,
|
|
285
|
-
25784,
|
|
286
|
-
25828,
|
|
287
|
-
25829,
|
|
288
|
-
25830,
|
|
289
|
-
25831,
|
|
290
|
-
25832,
|
|
291
|
-
25833,
|
|
292
|
-
25834,
|
|
293
|
-
25835,
|
|
294
|
-
25836,
|
|
295
|
-
25837,
|
|
296
|
-
25838,
|
|
297
|
-
25839,
|
|
298
|
-
25862,
|
|
299
|
-
25868,
|
|
300
|
-
25877,
|
|
301
|
-
25878,
|
|
302
|
-
25879,
|
|
303
|
-
25916,
|
|
304
|
-
25917,
|
|
305
|
-
26821,
|
|
306
|
-
26822,
|
|
307
|
-
26823,
|
|
308
|
-
26853,
|
|
309
|
-
26896,
|
|
310
|
-
27025,
|
|
311
|
-
27026,
|
|
312
|
-
27104,
|
|
313
|
-
27369,
|
|
314
|
-
27370,
|
|
315
|
-
27403,
|
|
316
|
-
27404,
|
|
317
|
-
27405,
|
|
318
|
-
27412,
|
|
319
|
-
27579,
|
|
320
|
-
27676,
|
|
321
|
-
27677,
|
|
322
|
-
28871,
|
|
323
|
-
28872,
|
|
324
|
-
29885,
|
|
325
|
-
29887,
|
|
326
|
-
29889,
|
|
327
|
-
29894,
|
|
328
|
-
29910,
|
|
329
|
-
32408,
|
|
330
|
-
32429,
|
|
331
|
-
32431,
|
|
332
|
-
32433,
|
|
333
|
-
};
|
|
334
|
-
void ves_icall_System_ArgIterator_Setup (int,int,int);
|
|
335
|
-
void ves_icall_System_ArgIterator_IntGetNextArg (int,int);
|
|
336
|
-
void ves_icall_System_ArgIterator_IntGetNextArgWithType (int,int,int);
|
|
337
|
-
int ves_icall_System_ArgIterator_IntGetNextArgType (int);
|
|
338
|
-
void ves_icall_System_Array_InternalCreate (int,int,int,int,int);
|
|
339
|
-
int ves_icall_System_Array_GetCorElementTypeOfElementTypeInternal (int);
|
|
340
|
-
int ves_icall_System_Array_IsValueOfElementTypeInternal (int,int);
|
|
341
|
-
int ves_icall_System_Array_CanChangePrimitive (int,int,int);
|
|
342
|
-
int ves_icall_System_Array_FastCopy (int,int,int,int,int);
|
|
343
|
-
int ves_icall_System_Array_GetLengthInternal_raw (int,int,int);
|
|
344
|
-
int ves_icall_System_Array_GetLowerBoundInternal_raw (int,int,int);
|
|
345
|
-
void ves_icall_System_Array_GetGenericValue_icall (int,int,int);
|
|
346
|
-
void ves_icall_System_Array_GetValueImpl_raw (int,int,int,int);
|
|
347
|
-
void ves_icall_System_Array_SetGenericValue_icall (int,int,int);
|
|
348
|
-
void ves_icall_System_Array_SetValueImpl_raw (int,int,int,int);
|
|
349
|
-
void ves_icall_System_Array_InitializeInternal_raw (int,int);
|
|
350
|
-
void ves_icall_System_Array_SetValueRelaxedImpl_raw (int,int,int,int);
|
|
351
|
-
void ves_icall_System_Runtime_RuntimeImports_ZeroMemory (int,int);
|
|
352
|
-
void ves_icall_System_Runtime_RuntimeImports_Memmove (int,int,int);
|
|
353
|
-
void ves_icall_System_Buffer_BulkMoveWithWriteBarrier (int,int,int,int);
|
|
354
|
-
int ves_icall_System_Delegate_AllocDelegateLike_internal_raw (int,int);
|
|
355
|
-
int ves_icall_System_Delegate_CreateDelegate_internal_raw (int,int,int,int,int);
|
|
356
|
-
int ves_icall_System_Delegate_GetVirtualMethod_internal_raw (int,int);
|
|
357
|
-
void ves_icall_System_Enum_GetEnumValuesAndNames_raw (int,int,int,int);
|
|
358
|
-
void ves_icall_System_Enum_InternalBoxEnum_raw (int,int,int64_t,int);
|
|
359
|
-
int ves_icall_System_Enum_InternalGetCorElementType (int);
|
|
360
|
-
void ves_icall_System_Enum_InternalGetUnderlyingType_raw (int,int,int);
|
|
361
|
-
int mono_environment_exitcode_get ();
|
|
362
|
-
void mono_environment_exitcode_set (int);
|
|
363
|
-
int ves_icall_System_Environment_get_ProcessorCount ();
|
|
364
|
-
int ves_icall_System_Environment_get_TickCount ();
|
|
365
|
-
int64_t ves_icall_System_Environment_get_TickCount64 ();
|
|
366
|
-
void ves_icall_System_Environment_Exit (int);
|
|
367
|
-
int ves_icall_System_Environment_GetCommandLineArgs_raw (int);
|
|
368
|
-
void ves_icall_System_Environment_FailFast_raw (int,int,int,int);
|
|
369
|
-
int ves_icall_System_GC_GetCollectionCount (int);
|
|
370
|
-
int ves_icall_System_GC_GetMaxGeneration ();
|
|
371
|
-
void ves_icall_System_GC_InternalCollect (int);
|
|
372
|
-
void ves_icall_System_GC_AddPressure (uint64_t);
|
|
373
|
-
void ves_icall_System_GC_RemovePressure (uint64_t);
|
|
374
|
-
void ves_icall_System_GC_register_ephemeron_array_raw (int,int);
|
|
375
|
-
int ves_icall_System_GC_get_ephemeron_tombstone_raw (int);
|
|
376
|
-
int64_t ves_icall_System_GC_GetAllocatedBytesForCurrentThread ();
|
|
377
|
-
int64_t ves_icall_System_GC_GetTotalAllocatedBytes_raw (int,int);
|
|
378
|
-
int ves_icall_System_GC_GetGeneration_raw (int,int);
|
|
379
|
-
void ves_icall_System_GC_WaitForPendingFinalizers ();
|
|
380
|
-
void ves_icall_System_GC_SuppressFinalize_raw (int,int);
|
|
381
|
-
void ves_icall_System_GC_ReRegisterForFinalize_raw (int,int);
|
|
382
|
-
int64_t ves_icall_System_GC_GetTotalMemory (int);
|
|
383
|
-
void ves_icall_System_GC_GetGCMemoryInfo (int,int,int,int,int,int);
|
|
384
|
-
int ves_icall_System_GC_AllocPinnedArray_raw (int,int,int);
|
|
385
|
-
int ves_icall_System_Object_MemberwiseClone_raw (int,int);
|
|
386
|
-
double ves_icall_System_Math_Acos (double);
|
|
387
|
-
double ves_icall_System_Math_Acosh (double);
|
|
388
|
-
double ves_icall_System_Math_Asin (double);
|
|
389
|
-
double ves_icall_System_Math_Asinh (double);
|
|
390
|
-
double ves_icall_System_Math_Atan (double);
|
|
391
|
-
double ves_icall_System_Math_Atan2 (double,double);
|
|
392
|
-
double ves_icall_System_Math_Atanh (double);
|
|
393
|
-
double ves_icall_System_Math_Cbrt (double);
|
|
394
|
-
double ves_icall_System_Math_Ceiling (double);
|
|
395
|
-
double ves_icall_System_Math_Cos (double);
|
|
396
|
-
double ves_icall_System_Math_Cosh (double);
|
|
397
|
-
double ves_icall_System_Math_Exp (double);
|
|
398
|
-
double ves_icall_System_Math_Floor (double);
|
|
399
|
-
double ves_icall_System_Math_Log (double);
|
|
400
|
-
double ves_icall_System_Math_Log10 (double);
|
|
401
|
-
double ves_icall_System_Math_Pow (double,double);
|
|
402
|
-
double ves_icall_System_Math_Sin (double);
|
|
403
|
-
double ves_icall_System_Math_Sinh (double);
|
|
404
|
-
double ves_icall_System_Math_Sqrt (double);
|
|
405
|
-
double ves_icall_System_Math_Tan (double);
|
|
406
|
-
double ves_icall_System_Math_Tanh (double);
|
|
407
|
-
double ves_icall_System_Math_FusedMultiplyAdd (double,double,double);
|
|
408
|
-
double ves_icall_System_Math_Log2 (double);
|
|
409
|
-
double ves_icall_System_Math_ModF (double,int);
|
|
410
|
-
float ves_icall_System_MathF_Acos (float);
|
|
411
|
-
float ves_icall_System_MathF_Acosh (float);
|
|
412
|
-
float ves_icall_System_MathF_Asin (float);
|
|
413
|
-
float ves_icall_System_MathF_Asinh (float);
|
|
414
|
-
float ves_icall_System_MathF_Atan (float);
|
|
415
|
-
float ves_icall_System_MathF_Atan2 (float,float);
|
|
416
|
-
float ves_icall_System_MathF_Atanh (float);
|
|
417
|
-
float ves_icall_System_MathF_Cbrt (float);
|
|
418
|
-
float ves_icall_System_MathF_Ceiling (float);
|
|
419
|
-
float ves_icall_System_MathF_Cos (float);
|
|
420
|
-
float ves_icall_System_MathF_Cosh (float);
|
|
421
|
-
float ves_icall_System_MathF_Exp (float);
|
|
422
|
-
float ves_icall_System_MathF_Floor (float);
|
|
423
|
-
float ves_icall_System_MathF_Log (float);
|
|
424
|
-
float ves_icall_System_MathF_Log10 (float);
|
|
425
|
-
float ves_icall_System_MathF_Pow (float,float);
|
|
426
|
-
float ves_icall_System_MathF_Sin (float);
|
|
427
|
-
float ves_icall_System_MathF_Sinh (float);
|
|
428
|
-
float ves_icall_System_MathF_Sqrt (float);
|
|
429
|
-
float ves_icall_System_MathF_Tan (float);
|
|
430
|
-
float ves_icall_System_MathF_Tanh (float);
|
|
431
|
-
float ves_icall_System_MathF_FusedMultiplyAdd (float,float,float);
|
|
432
|
-
float ves_icall_System_MathF_Log2 (float);
|
|
433
|
-
float ves_icall_System_MathF_ModF (float,int);
|
|
434
|
-
int ves_icall_System_RuntimeFieldHandle_GetValueDirect_raw (int,int,int,int,int);
|
|
435
|
-
void ves_icall_System_RuntimeFieldHandle_SetValueDirect_raw (int,int,int,int,int,int);
|
|
436
|
-
int ves_icall_RuntimeMethodHandle_GetFunctionPointer_raw (int,int);
|
|
437
|
-
void ves_icall_RuntimeMethodHandle_ReboxFromNullable_raw (int,int,int);
|
|
438
|
-
void ves_icall_RuntimeMethodHandle_ReboxToNullable_raw (int,int,int,int);
|
|
439
|
-
int ves_icall_RuntimeType_GetCorrespondingInflatedMethod_raw (int,int,int);
|
|
440
|
-
void ves_icall_RuntimeType_make_array_type_raw (int,int,int,int);
|
|
441
|
-
void ves_icall_RuntimeType_make_byref_type_raw (int,int,int);
|
|
442
|
-
void ves_icall_RuntimeType_make_pointer_type_raw (int,int,int);
|
|
443
|
-
void ves_icall_RuntimeType_MakeGenericType_raw (int,int,int,int);
|
|
444
|
-
int ves_icall_RuntimeType_GetMethodsByName_native_raw (int,int,int,int,int);
|
|
445
|
-
int ves_icall_RuntimeType_GetPropertiesByName_native_raw (int,int,int,int,int);
|
|
446
|
-
int ves_icall_RuntimeType_GetConstructors_native_raw (int,int,int);
|
|
447
|
-
void ves_icall_RuntimeType_GetInterfaceMapData_raw (int,int,int,int,int);
|
|
448
|
-
void ves_icall_RuntimeType_GetPacking_raw (int,int,int,int);
|
|
449
|
-
int ves_icall_System_RuntimeType_CreateInstanceInternal_raw (int,int);
|
|
450
|
-
void ves_icall_System_RuntimeType_AllocateValueType_raw (int,int,int,int);
|
|
451
|
-
void ves_icall_RuntimeType_GetDeclaringMethod_raw (int,int,int);
|
|
452
|
-
void ves_icall_System_RuntimeType_getFullName_raw (int,int,int,int,int);
|
|
453
|
-
void ves_icall_RuntimeType_GetGenericArgumentsInternal_raw (int,int,int,int);
|
|
454
|
-
int ves_icall_RuntimeType_GetGenericParameterPosition (int);
|
|
455
|
-
int ves_icall_RuntimeType_GetEvents_native_raw (int,int,int,int);
|
|
456
|
-
int ves_icall_RuntimeType_GetFields_native_raw (int,int,int,int,int);
|
|
457
|
-
void ves_icall_RuntimeType_GetInterfaces_raw (int,int,int);
|
|
458
|
-
int ves_icall_RuntimeType_GetNestedTypes_native_raw (int,int,int,int,int);
|
|
459
|
-
void ves_icall_RuntimeType_GetDeclaringType_raw (int,int,int);
|
|
460
|
-
void ves_icall_RuntimeType_GetName_raw (int,int,int);
|
|
461
|
-
void ves_icall_RuntimeType_GetNamespace_raw (int,int,int);
|
|
462
|
-
int ves_icall_RuntimeType_IsUnmanagedFunctionPointerInternal (int);
|
|
463
|
-
int ves_icall_RuntimeType_FunctionPointerReturnAndParameterTypes_raw (int,int);
|
|
464
|
-
int ves_icall_RuntimeType_GetFunctionPointerTypeModifiers_raw (int,int,int,int);
|
|
465
|
-
int ves_icall_RuntimeType_GetCallingConventionFromFunctionPointerInternal (int);
|
|
466
|
-
int ves_icall_RuntimeTypeHandle_GetAttributes (int);
|
|
467
|
-
int ves_icall_RuntimeTypeHandle_GetMetadataToken_raw (int,int);
|
|
468
|
-
void ves_icall_RuntimeTypeHandle_GetGenericTypeDefinition_impl_raw (int,int,int);
|
|
469
|
-
int ves_icall_RuntimeTypeHandle_GetCorElementType (int);
|
|
470
|
-
int ves_icall_RuntimeTypeHandle_HasInstantiation (int);
|
|
471
|
-
int ves_icall_RuntimeTypeHandle_IsComObject_raw (int,int);
|
|
472
|
-
int ves_icall_RuntimeTypeHandle_IsInstanceOfType_raw (int,int,int);
|
|
473
|
-
int ves_icall_RuntimeTypeHandle_HasReferences_raw (int,int);
|
|
474
|
-
int ves_icall_RuntimeTypeHandle_GetArrayRank_raw (int,int);
|
|
475
|
-
void ves_icall_RuntimeTypeHandle_GetAssembly_raw (int,int,int);
|
|
476
|
-
void ves_icall_RuntimeTypeHandle_GetElementType_raw (int,int,int);
|
|
477
|
-
void ves_icall_RuntimeTypeHandle_GetModule_raw (int,int,int);
|
|
478
|
-
void ves_icall_RuntimeTypeHandle_GetBaseType_raw (int,int,int);
|
|
479
|
-
int ves_icall_RuntimeTypeHandle_type_is_assignable_from_raw (int,int,int);
|
|
480
|
-
int ves_icall_RuntimeTypeHandle_IsGenericTypeDefinition (int);
|
|
481
|
-
int ves_icall_RuntimeTypeHandle_GetGenericParameterInfo_raw (int,int);
|
|
482
|
-
int ves_icall_RuntimeTypeHandle_is_subclass_of_raw (int,int,int);
|
|
483
|
-
int ves_icall_RuntimeTypeHandle_IsByRefLike_raw (int,int);
|
|
484
|
-
void ves_icall_System_RuntimeTypeHandle_internal_from_name_raw (int,int,int,int,int,int);
|
|
485
|
-
int ves_icall_System_String_FastAllocateString_raw (int,int);
|
|
486
|
-
int ves_icall_System_String_InternalIsInterned_raw (int,int);
|
|
487
|
-
int ves_icall_System_String_InternalIntern_raw (int,int);
|
|
488
|
-
int ves_icall_System_Type_internal_from_handle_raw (int,int);
|
|
489
|
-
int ves_icall_System_TypedReference_ToObject_raw (int,int);
|
|
490
|
-
void ves_icall_System_TypedReference_InternalMakeTypedReference_raw (int,int,int,int,int);
|
|
491
|
-
int ves_icall_System_ValueType_InternalGetHashCode_raw (int,int,int);
|
|
492
|
-
int ves_icall_System_ValueType_Equals_raw (int,int,int,int);
|
|
493
|
-
int ves_icall_System_Threading_Interlocked_CompareExchange_Int (int,int,int);
|
|
494
|
-
void ves_icall_System_Threading_Interlocked_CompareExchange_Object (int,int,int,int);
|
|
495
|
-
int ves_icall_System_Threading_Interlocked_Decrement_Int (int);
|
|
496
|
-
int64_t ves_icall_System_Threading_Interlocked_Decrement_Long (int);
|
|
497
|
-
int ves_icall_System_Threading_Interlocked_Increment_Int (int);
|
|
498
|
-
int64_t ves_icall_System_Threading_Interlocked_Increment_Long (int);
|
|
499
|
-
int ves_icall_System_Threading_Interlocked_Exchange_Int (int,int);
|
|
500
|
-
void ves_icall_System_Threading_Interlocked_Exchange_Object (int,int,int);
|
|
501
|
-
int64_t ves_icall_System_Threading_Interlocked_CompareExchange_Long (int,int64_t,int64_t);
|
|
502
|
-
int64_t ves_icall_System_Threading_Interlocked_Exchange_Long (int,int64_t);
|
|
503
|
-
int64_t ves_icall_System_Threading_Interlocked_Read_Long (int);
|
|
504
|
-
int ves_icall_System_Threading_Interlocked_Add_Int (int,int);
|
|
505
|
-
int64_t ves_icall_System_Threading_Interlocked_Add_Long (int,int64_t);
|
|
506
|
-
void ves_icall_System_Threading_Interlocked_MemoryBarrierProcessWide ();
|
|
507
|
-
void ves_icall_System_Threading_Monitor_Monitor_Enter_raw (int,int);
|
|
508
|
-
void mono_monitor_exit_icall_raw (int,int);
|
|
509
|
-
void ves_icall_System_Threading_Monitor_Monitor_pulse_raw (int,int);
|
|
510
|
-
void ves_icall_System_Threading_Monitor_Monitor_pulse_all_raw (int,int);
|
|
511
|
-
int ves_icall_System_Threading_Monitor_Monitor_wait_raw (int,int,int,int);
|
|
512
|
-
void ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var_raw (int,int,int,int,int);
|
|
513
|
-
int64_t ves_icall_System_Threading_Monitor_Monitor_LockContentionCount ();
|
|
514
|
-
void ves_icall_System_Threading_Thread_StartInternal_raw (int,int,int);
|
|
515
|
-
uint64_t ves_icall_System_Threading_Thread_GetCurrentOSThreadId_raw (int);
|
|
516
|
-
void ves_icall_System_Threading_Thread_InitInternal_raw (int,int);
|
|
517
|
-
int ves_icall_System_Threading_Thread_GetCurrentThread ();
|
|
518
|
-
void ves_icall_System_Threading_InternalThread_Thread_free_internal_raw (int,int);
|
|
519
|
-
int ves_icall_System_Threading_Thread_GetState_raw (int,int);
|
|
520
|
-
void ves_icall_System_Threading_Thread_SetState_raw (int,int,int);
|
|
521
|
-
void ves_icall_System_Threading_Thread_ClrState_raw (int,int,int);
|
|
522
|
-
void ves_icall_System_Threading_Thread_SetName_icall_raw (int,int,int,int);
|
|
523
|
-
int ves_icall_System_Threading_Thread_YieldInternal ();
|
|
524
|
-
int ves_icall_System_Threading_Thread_Join_internal_raw (int,int,int);
|
|
525
|
-
void ves_icall_System_Threading_Thread_Interrupt_internal_raw (int,int);
|
|
526
|
-
void ves_icall_System_Threading_Thread_SetPriority_raw (int,int,int);
|
|
527
|
-
void ves_icall_System_Runtime_Loader_AssemblyLoadContext_PrepareForAssemblyLoadContextRelease_raw (int,int,int);
|
|
528
|
-
int ves_icall_System_Runtime_Loader_AssemblyLoadContext_GetLoadContextForAssembly_raw (int,int);
|
|
529
|
-
int ves_icall_System_Runtime_Loader_AssemblyLoadContext_InternalLoadFile_raw (int,int,int,int);
|
|
530
|
-
int ves_icall_System_Runtime_Loader_AssemblyLoadContext_InternalInitializeNativeALC_raw (int,int,int,int,int);
|
|
531
|
-
int ves_icall_System_Runtime_Loader_AssemblyLoadContext_InternalLoadFromStream_raw (int,int,int,int,int,int);
|
|
532
|
-
int ves_icall_System_Runtime_Loader_AssemblyLoadContext_InternalGetLoadedAssemblies_raw (int);
|
|
533
|
-
int ves_icall_System_GCHandle_InternalAlloc_raw (int,int,int);
|
|
534
|
-
void ves_icall_System_GCHandle_InternalFree_raw (int,int);
|
|
535
|
-
int ves_icall_System_GCHandle_InternalGet_raw (int,int);
|
|
536
|
-
void ves_icall_System_GCHandle_InternalSet_raw (int,int,int);
|
|
537
|
-
int ves_icall_System_Runtime_InteropServices_Marshal_GetLastPInvokeError ();
|
|
538
|
-
void ves_icall_System_Runtime_InteropServices_Marshal_SetLastPInvokeError (int);
|
|
539
|
-
void ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure_raw (int,int,int);
|
|
540
|
-
int ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf_raw (int,int,int);
|
|
541
|
-
void ves_icall_System_Runtime_InteropServices_Marshal_StructureToPtr_raw (int,int,int,int);
|
|
542
|
-
void ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructureInternal_raw (int,int,int,int);
|
|
543
|
-
void ves_icall_System_Runtime_InteropServices_Marshal_GetDelegateForFunctionPointerInternal_raw (int,int,int,int);
|
|
544
|
-
int ves_icall_System_Runtime_InteropServices_Marshal_GetFunctionPointerForDelegateInternal_raw (int,int);
|
|
545
|
-
void ves_icall_System_Runtime_InteropServices_Marshal_Prelink_raw (int,int);
|
|
546
|
-
int ves_icall_System_Runtime_InteropServices_Marshal_SizeOfHelper_raw (int,int,int);
|
|
547
|
-
int ves_icall_System_Runtime_InteropServices_NativeLibrary_LoadFromPath_raw (int,int,int);
|
|
548
|
-
int ves_icall_System_Runtime_InteropServices_NativeLibrary_LoadByName_raw (int,int,int,int,int,int);
|
|
549
|
-
void ves_icall_System_Runtime_InteropServices_NativeLibrary_FreeLib_raw (int,int);
|
|
550
|
-
int ves_icall_System_Runtime_InteropServices_NativeLibrary_GetSymbol_raw (int,int,int,int);
|
|
551
|
-
int ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InternalGetHashCode_raw (int,int);
|
|
552
|
-
int ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InternalTryGetHashCode_raw (int,int);
|
|
553
|
-
int ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_GetObjectValue_raw (int,int);
|
|
554
|
-
void ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_PrepareMethod_raw (int,int,int,int);
|
|
555
|
-
int ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_GetUninitializedObjectInternal_raw (int,int);
|
|
556
|
-
void ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray_raw (int,int,int);
|
|
557
|
-
int ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_GetSpanDataFrom_raw (int,int,int,int);
|
|
558
|
-
void ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor_raw (int,int);
|
|
559
|
-
void ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor_raw (int,int);
|
|
560
|
-
int ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_SufficientExecutionStack ();
|
|
561
|
-
int ves_icall_System_Reflection_Assembly_GetExecutingAssembly_raw (int,int);
|
|
562
|
-
int ves_icall_System_Reflection_Assembly_GetCallingAssembly_raw (int);
|
|
563
|
-
int ves_icall_System_Reflection_Assembly_GetEntryAssembly_raw (int);
|
|
564
|
-
int ves_icall_System_Reflection_Assembly_InternalLoad_raw (int,int,int,int);
|
|
565
|
-
int ves_icall_System_Reflection_Assembly_InternalGetType_raw (int,int,int,int,int,int);
|
|
566
|
-
void ves_icall_System_Reflection_AssemblyName_FreeAssemblyName (int,int);
|
|
567
|
-
int ves_icall_System_Reflection_AssemblyName_GetNativeName (int);
|
|
568
|
-
int ves_icall_MonoCustomAttrs_GetCustomAttributesInternal_raw (int,int,int,int);
|
|
569
|
-
int ves_icall_MonoCustomAttrs_GetCustomAttributesDataInternal_raw (int,int);
|
|
570
|
-
int ves_icall_MonoCustomAttrs_IsDefinedInternal_raw (int,int,int);
|
|
571
|
-
int ves_icall_System_Reflection_FieldInfo_internal_from_handle_type_raw (int,int,int);
|
|
572
|
-
int ves_icall_System_Reflection_FieldInfo_get_marshal_info_raw (int,int);
|
|
573
|
-
int ves_icall_System_Reflection_LoaderAllocatorScout_Destroy (int);
|
|
574
|
-
int ves_icall_GetCurrentMethod_raw (int);
|
|
575
|
-
void ves_icall_System_Reflection_RuntimeAssembly_GetEntryPoint_raw (int,int,int);
|
|
576
|
-
void ves_icall_System_Reflection_RuntimeAssembly_GetManifestResourceNames_raw (int,int,int);
|
|
577
|
-
void ves_icall_System_Reflection_RuntimeAssembly_GetExportedTypes_raw (int,int,int);
|
|
578
|
-
void ves_icall_System_Reflection_RuntimeAssembly_GetTopLevelForwardedTypes_raw (int,int,int);
|
|
579
|
-
void ves_icall_System_Reflection_RuntimeAssembly_GetInfo_raw (int,int,int,int);
|
|
580
|
-
int ves_icall_System_Reflection_RuntimeAssembly_GetManifestResourceInfoInternal_raw (int,int,int,int);
|
|
581
|
-
int ves_icall_System_Reflection_RuntimeAssembly_GetManifestResourceInternal_raw (int,int,int,int,int);
|
|
582
|
-
void ves_icall_System_Reflection_Assembly_GetManifestModuleInternal_raw (int,int,int);
|
|
583
|
-
void ves_icall_System_Reflection_RuntimeAssembly_GetModulesInternal_raw (int,int,int);
|
|
584
|
-
int ves_icall_System_Reflection_Assembly_InternalGetReferencedAssemblies_raw (int,int);
|
|
585
|
-
void ves_icall_System_Reflection_RuntimeCustomAttributeData_ResolveArgumentsInternal_raw (int,int,int,int,int,int,int);
|
|
586
|
-
void ves_icall_RuntimeEventInfo_get_event_info_raw (int,int,int);
|
|
587
|
-
int ves_icall_reflection_get_token_raw (int,int);
|
|
588
|
-
int ves_icall_System_Reflection_EventInfo_internal_from_handle_type_raw (int,int,int);
|
|
589
|
-
int ves_icall_RuntimeFieldInfo_ResolveType_raw (int,int);
|
|
590
|
-
int ves_icall_RuntimeFieldInfo_GetParentType_raw (int,int,int);
|
|
591
|
-
int ves_icall_RuntimeFieldInfo_GetFieldOffset_raw (int,int);
|
|
592
|
-
int ves_icall_RuntimeFieldInfo_GetValueInternal_raw (int,int,int);
|
|
593
|
-
void ves_icall_RuntimeFieldInfo_SetValueInternal_raw (int,int,int,int);
|
|
594
|
-
int ves_icall_RuntimeFieldInfo_GetRawConstantValue_raw (int,int);
|
|
595
|
-
int ves_icall_reflection_get_token_raw (int,int);
|
|
596
|
-
int ves_icall_System_Reflection_FieldInfo_GetTypeModifiers_raw (int,int,int,int);
|
|
597
|
-
void ves_icall_get_method_info_raw (int,int,int);
|
|
598
|
-
int ves_icall_get_method_attributes (int);
|
|
599
|
-
int ves_icall_System_Reflection_MonoMethodInfo_get_parameter_info_raw (int,int,int);
|
|
600
|
-
int ves_icall_System_MonoMethodInfo_get_retval_marshal_raw (int,int);
|
|
601
|
-
int ves_icall_System_Reflection_RuntimeMethodInfo_GetMethodBodyInternal_raw (int,int);
|
|
602
|
-
int ves_icall_System_Reflection_RuntimeMethodInfo_GetMethodFromHandleInternalType_native_raw (int,int,int,int);
|
|
603
|
-
int ves_icall_RuntimeMethodInfo_get_name_raw (int,int);
|
|
604
|
-
int ves_icall_RuntimeMethodInfo_get_base_method_raw (int,int,int);
|
|
605
|
-
int ves_icall_reflection_get_token_raw (int,int);
|
|
606
|
-
int ves_icall_InternalInvoke_raw (int,int,int,int,int);
|
|
607
|
-
void ves_icall_RuntimeMethodInfo_GetPInvoke_raw (int,int,int,int,int);
|
|
608
|
-
int ves_icall_RuntimeMethodInfo_MakeGenericMethod_impl_raw (int,int,int);
|
|
609
|
-
int ves_icall_RuntimeMethodInfo_GetGenericArguments_raw (int,int);
|
|
610
|
-
int ves_icall_RuntimeMethodInfo_GetGenericMethodDefinition_raw (int,int);
|
|
611
|
-
int ves_icall_RuntimeMethodInfo_get_IsGenericMethodDefinition_raw (int,int);
|
|
612
|
-
int ves_icall_RuntimeMethodInfo_get_IsGenericMethod_raw (int,int);
|
|
613
|
-
void ves_icall_InvokeClassConstructor_raw (int,int);
|
|
614
|
-
int ves_icall_InternalInvoke_raw (int,int,int,int,int);
|
|
615
|
-
int ves_icall_reflection_get_token_raw (int,int);
|
|
616
|
-
int ves_icall_reflection_get_token_raw (int,int);
|
|
617
|
-
int ves_icall_System_Reflection_RuntimeModule_GetMDStreamVersion_raw (int,int);
|
|
618
|
-
int ves_icall_System_Reflection_RuntimeModule_InternalGetTypes_raw (int,int);
|
|
619
|
-
void ves_icall_System_Reflection_RuntimeModule_GetGuidInternal_raw (int,int,int);
|
|
620
|
-
int ves_icall_System_Reflection_RuntimeModule_GetGlobalType_raw (int,int);
|
|
621
|
-
int ves_icall_System_Reflection_RuntimeModule_ResolveTypeToken_raw (int,int,int,int,int,int);
|
|
622
|
-
int ves_icall_System_Reflection_RuntimeModule_ResolveMethodToken_raw (int,int,int,int,int,int);
|
|
623
|
-
int ves_icall_System_Reflection_RuntimeModule_ResolveFieldToken_raw (int,int,int,int,int,int);
|
|
624
|
-
int ves_icall_System_Reflection_RuntimeModule_ResolveStringToken_raw (int,int,int,int);
|
|
625
|
-
int ves_icall_System_Reflection_RuntimeModule_ResolveMemberToken_raw (int,int,int,int,int,int);
|
|
626
|
-
int ves_icall_System_Reflection_RuntimeModule_ResolveSignature_raw (int,int,int,int);
|
|
627
|
-
void ves_icall_System_Reflection_RuntimeModule_GetPEKind_raw (int,int,int,int);
|
|
628
|
-
int ves_icall_reflection_get_token_raw (int,int);
|
|
629
|
-
int ves_icall_RuntimeParameterInfo_GetTypeModifiers_raw (int,int,int,int,int,int);
|
|
630
|
-
void ves_icall_RuntimePropertyInfo_get_property_info_raw (int,int,int,int);
|
|
631
|
-
int ves_icall_RuntimePropertyInfo_GetTypeModifiers_raw (int,int,int,int);
|
|
632
|
-
int ves_icall_property_info_get_default_value_raw (int,int);
|
|
633
|
-
int ves_icall_reflection_get_token_raw (int,int);
|
|
634
|
-
int ves_icall_System_Reflection_RuntimePropertyInfo_internal_from_handle_type_raw (int,int,int);
|
|
635
|
-
int ves_icall_AssemblyExtensions_ApplyUpdateEnabled (int);
|
|
636
|
-
int ves_icall_AssemblyExtensions_GetApplyUpdateCapabilities_raw (int);
|
|
637
|
-
void ves_icall_AssemblyExtensions_ApplyUpdate (int,int,int,int,int,int,int);
|
|
638
|
-
int ves_icall_CustomAttributeBuilder_GetBlob_raw (int,int,int,int,int,int,int,int);
|
|
639
|
-
void ves_icall_DynamicMethod_create_dynamic_method_raw (int,int,int,int,int);
|
|
640
|
-
void ves_icall_AssemblyBuilder_basic_init_raw (int,int);
|
|
641
|
-
void ves_icall_AssemblyBuilder_UpdateNativeCustomAttributes_raw (int,int);
|
|
642
|
-
void ves_icall_EnumBuilder_setup_enum_type_raw (int,int,int);
|
|
643
|
-
void ves_icall_ModuleBuilder_basic_init_raw (int,int);
|
|
644
|
-
void ves_icall_ModuleBuilder_set_wrappers_type_raw (int,int,int);
|
|
645
|
-
int ves_icall_ModuleBuilder_getUSIndex_raw (int,int,int);
|
|
646
|
-
int ves_icall_ModuleBuilder_getToken_raw (int,int,int,int);
|
|
647
|
-
int ves_icall_ModuleBuilder_getMethodToken_raw (int,int,int,int);
|
|
648
|
-
void ves_icall_ModuleBuilder_RegisterToken_raw (int,int,int,int);
|
|
649
|
-
int ves_icall_TypeBuilder_create_runtime_class_raw (int,int);
|
|
650
|
-
int ves_icall_SignatureHelper_get_signature_local_raw (int,int);
|
|
651
|
-
int ves_icall_SignatureHelper_get_signature_field_raw (int,int);
|
|
652
|
-
int ves_icall_System_IO_Stream_HasOverriddenBeginEndRead_raw (int,int);
|
|
653
|
-
int ves_icall_System_IO_Stream_HasOverriddenBeginEndWrite_raw (int,int);
|
|
654
|
-
int ves_icall_System_Diagnostics_Debugger_IsAttached_internal ();
|
|
655
|
-
int ves_icall_System_Diagnostics_Debugger_IsLogging ();
|
|
656
|
-
void ves_icall_System_Diagnostics_Debugger_Log (int,int,int);
|
|
657
|
-
int ves_icall_System_Diagnostics_StackFrame_GetFrameInfo (int,int,int,int,int,int,int,int);
|
|
658
|
-
void ves_icall_System_Diagnostics_StackTrace_GetTrace (int,int,int,int);
|
|
659
|
-
int ves_icall_Mono_RuntimeClassHandle_GetTypeFromClass (int);
|
|
660
|
-
void ves_icall_Mono_RuntimeGPtrArrayHandle_GPtrArrayFree (int);
|
|
661
|
-
int ves_icall_Mono_SafeStringMarshal_StringToUtf8 (int);
|
|
662
|
-
void ves_icall_Mono_SafeStringMarshal_GFree (int);
|
|
663
|
-
static void *corlib_icall_funcs [] = {
|
|
664
|
-
// token 310,
|
|
665
|
-
ves_icall_System_ArgIterator_Setup,
|
|
666
|
-
// token 317,
|
|
667
|
-
ves_icall_System_ArgIterator_IntGetNextArg,
|
|
668
|
-
// token 319,
|
|
669
|
-
ves_icall_System_ArgIterator_IntGetNextArgWithType,
|
|
670
|
-
// token 321,
|
|
671
|
-
ves_icall_System_ArgIterator_IntGetNextArgType,
|
|
672
|
-
// token 337,
|
|
673
|
-
ves_icall_System_Array_InternalCreate,
|
|
674
|
-
// token 349,
|
|
675
|
-
ves_icall_System_Array_GetCorElementTypeOfElementTypeInternal,
|
|
676
|
-
// token 350,
|
|
677
|
-
ves_icall_System_Array_IsValueOfElementTypeInternal,
|
|
678
|
-
// token 351,
|
|
679
|
-
ves_icall_System_Array_CanChangePrimitive,
|
|
680
|
-
// token 352,
|
|
681
|
-
ves_icall_System_Array_FastCopy,
|
|
682
|
-
// token 353,
|
|
683
|
-
ves_icall_System_Array_GetLengthInternal_raw,
|
|
684
|
-
// token 354,
|
|
685
|
-
ves_icall_System_Array_GetLowerBoundInternal_raw,
|
|
686
|
-
// token 355,
|
|
687
|
-
ves_icall_System_Array_GetGenericValue_icall,
|
|
688
|
-
// token 356,
|
|
689
|
-
ves_icall_System_Array_GetValueImpl_raw,
|
|
690
|
-
// token 357,
|
|
691
|
-
ves_icall_System_Array_SetGenericValue_icall,
|
|
692
|
-
// token 360,
|
|
693
|
-
ves_icall_System_Array_SetValueImpl_raw,
|
|
694
|
-
// token 361,
|
|
695
|
-
ves_icall_System_Array_InitializeInternal_raw,
|
|
696
|
-
// token 362,
|
|
697
|
-
ves_icall_System_Array_SetValueRelaxedImpl_raw,
|
|
698
|
-
// token 552,
|
|
699
|
-
ves_icall_System_Runtime_RuntimeImports_ZeroMemory,
|
|
700
|
-
// token 553,
|
|
701
|
-
ves_icall_System_Runtime_RuntimeImports_Memmove,
|
|
702
|
-
// token 554,
|
|
703
|
-
ves_icall_System_Buffer_BulkMoveWithWriteBarrier,
|
|
704
|
-
// token 587,
|
|
705
|
-
ves_icall_System_Delegate_AllocDelegateLike_internal_raw,
|
|
706
|
-
// token 588,
|
|
707
|
-
ves_icall_System_Delegate_CreateDelegate_internal_raw,
|
|
708
|
-
// token 589,
|
|
709
|
-
ves_icall_System_Delegate_GetVirtualMethod_internal_raw,
|
|
710
|
-
// token 609,
|
|
711
|
-
ves_icall_System_Enum_GetEnumValuesAndNames_raw,
|
|
712
|
-
// token 610,
|
|
713
|
-
ves_icall_System_Enum_InternalBoxEnum_raw,
|
|
714
|
-
// token 611,
|
|
715
|
-
ves_icall_System_Enum_InternalGetCorElementType,
|
|
716
|
-
// token 612,
|
|
717
|
-
ves_icall_System_Enum_InternalGetUnderlyingType_raw,
|
|
718
|
-
// token 729,
|
|
719
|
-
mono_environment_exitcode_get,
|
|
720
|
-
// token 730,
|
|
721
|
-
mono_environment_exitcode_set,
|
|
722
|
-
// token 731,
|
|
723
|
-
ves_icall_System_Environment_get_ProcessorCount,
|
|
724
|
-
// token 732,
|
|
725
|
-
ves_icall_System_Environment_get_TickCount,
|
|
726
|
-
// token 733,
|
|
727
|
-
ves_icall_System_Environment_get_TickCount64,
|
|
728
|
-
// token 734,
|
|
729
|
-
ves_icall_System_Environment_Exit,
|
|
730
|
-
// token 735,
|
|
731
|
-
ves_icall_System_Environment_GetCommandLineArgs_raw,
|
|
732
|
-
// token 738,
|
|
733
|
-
ves_icall_System_Environment_FailFast_raw,
|
|
734
|
-
// token 826,
|
|
735
|
-
ves_icall_System_GC_GetCollectionCount,
|
|
736
|
-
// token 827,
|
|
737
|
-
ves_icall_System_GC_GetMaxGeneration,
|
|
738
|
-
// token 828,
|
|
739
|
-
ves_icall_System_GC_InternalCollect,
|
|
740
|
-
// token 829,
|
|
741
|
-
ves_icall_System_GC_AddPressure,
|
|
742
|
-
// token 830,
|
|
743
|
-
ves_icall_System_GC_RemovePressure,
|
|
744
|
-
// token 831,
|
|
745
|
-
ves_icall_System_GC_register_ephemeron_array_raw,
|
|
746
|
-
// token 832,
|
|
747
|
-
ves_icall_System_GC_get_ephemeron_tombstone_raw,
|
|
748
|
-
// token 833,
|
|
749
|
-
ves_icall_System_GC_GetAllocatedBytesForCurrentThread,
|
|
750
|
-
// token 834,
|
|
751
|
-
ves_icall_System_GC_GetTotalAllocatedBytes_raw,
|
|
752
|
-
// token 837,
|
|
753
|
-
ves_icall_System_GC_GetGeneration_raw,
|
|
754
|
-
// token 847,
|
|
755
|
-
ves_icall_System_GC_WaitForPendingFinalizers,
|
|
756
|
-
// token 848,
|
|
757
|
-
ves_icall_System_GC_SuppressFinalize_raw,
|
|
758
|
-
// token 850,
|
|
759
|
-
ves_icall_System_GC_ReRegisterForFinalize_raw,
|
|
760
|
-
// token 852,
|
|
761
|
-
ves_icall_System_GC_GetTotalMemory,
|
|
762
|
-
// token 869,
|
|
763
|
-
ves_icall_System_GC_GetGCMemoryInfo,
|
|
764
|
-
// token 872,
|
|
765
|
-
ves_icall_System_GC_AllocPinnedArray_raw,
|
|
766
|
-
// token 883,
|
|
767
|
-
ves_icall_System_Object_MemberwiseClone_raw,
|
|
768
|
-
// token 891,
|
|
769
|
-
ves_icall_System_Math_Acos,
|
|
770
|
-
// token 892,
|
|
771
|
-
ves_icall_System_Math_Acosh,
|
|
772
|
-
// token 893,
|
|
773
|
-
ves_icall_System_Math_Asin,
|
|
774
|
-
// token 894,
|
|
775
|
-
ves_icall_System_Math_Asinh,
|
|
776
|
-
// token 895,
|
|
777
|
-
ves_icall_System_Math_Atan,
|
|
778
|
-
// token 896,
|
|
779
|
-
ves_icall_System_Math_Atan2,
|
|
780
|
-
// token 897,
|
|
781
|
-
ves_icall_System_Math_Atanh,
|
|
782
|
-
// token 898,
|
|
783
|
-
ves_icall_System_Math_Cbrt,
|
|
784
|
-
// token 899,
|
|
785
|
-
ves_icall_System_Math_Ceiling,
|
|
786
|
-
// token 900,
|
|
787
|
-
ves_icall_System_Math_Cos,
|
|
788
|
-
// token 901,
|
|
789
|
-
ves_icall_System_Math_Cosh,
|
|
790
|
-
// token 902,
|
|
791
|
-
ves_icall_System_Math_Exp,
|
|
792
|
-
// token 903,
|
|
793
|
-
ves_icall_System_Math_Floor,
|
|
794
|
-
// token 904,
|
|
795
|
-
ves_icall_System_Math_Log,
|
|
796
|
-
// token 905,
|
|
797
|
-
ves_icall_System_Math_Log10,
|
|
798
|
-
// token 906,
|
|
799
|
-
ves_icall_System_Math_Pow,
|
|
800
|
-
// token 907,
|
|
801
|
-
ves_icall_System_Math_Sin,
|
|
802
|
-
// token 909,
|
|
803
|
-
ves_icall_System_Math_Sinh,
|
|
804
|
-
// token 910,
|
|
805
|
-
ves_icall_System_Math_Sqrt,
|
|
806
|
-
// token 911,
|
|
807
|
-
ves_icall_System_Math_Tan,
|
|
808
|
-
// token 912,
|
|
809
|
-
ves_icall_System_Math_Tanh,
|
|
810
|
-
// token 913,
|
|
811
|
-
ves_icall_System_Math_FusedMultiplyAdd,
|
|
812
|
-
// token 914,
|
|
813
|
-
ves_icall_System_Math_Log2,
|
|
814
|
-
// token 915,
|
|
815
|
-
ves_icall_System_Math_ModF,
|
|
816
|
-
// token 1014,
|
|
817
|
-
ves_icall_System_MathF_Acos,
|
|
818
|
-
// token 1015,
|
|
819
|
-
ves_icall_System_MathF_Acosh,
|
|
820
|
-
// token 1016,
|
|
821
|
-
ves_icall_System_MathF_Asin,
|
|
822
|
-
// token 1017,
|
|
823
|
-
ves_icall_System_MathF_Asinh,
|
|
824
|
-
// token 1018,
|
|
825
|
-
ves_icall_System_MathF_Atan,
|
|
826
|
-
// token 1019,
|
|
827
|
-
ves_icall_System_MathF_Atan2,
|
|
828
|
-
// token 1020,
|
|
829
|
-
ves_icall_System_MathF_Atanh,
|
|
830
|
-
// token 1021,
|
|
831
|
-
ves_icall_System_MathF_Cbrt,
|
|
832
|
-
// token 1022,
|
|
833
|
-
ves_icall_System_MathF_Ceiling,
|
|
834
|
-
// token 1023,
|
|
835
|
-
ves_icall_System_MathF_Cos,
|
|
836
|
-
// token 1024,
|
|
837
|
-
ves_icall_System_MathF_Cosh,
|
|
838
|
-
// token 1025,
|
|
839
|
-
ves_icall_System_MathF_Exp,
|
|
840
|
-
// token 1026,
|
|
841
|
-
ves_icall_System_MathF_Floor,
|
|
842
|
-
// token 1027,
|
|
843
|
-
ves_icall_System_MathF_Log,
|
|
844
|
-
// token 1028,
|
|
845
|
-
ves_icall_System_MathF_Log10,
|
|
846
|
-
// token 1029,
|
|
847
|
-
ves_icall_System_MathF_Pow,
|
|
848
|
-
// token 1030,
|
|
849
|
-
ves_icall_System_MathF_Sin,
|
|
850
|
-
// token 1032,
|
|
851
|
-
ves_icall_System_MathF_Sinh,
|
|
852
|
-
// token 1033,
|
|
853
|
-
ves_icall_System_MathF_Sqrt,
|
|
854
|
-
// token 1034,
|
|
855
|
-
ves_icall_System_MathF_Tan,
|
|
856
|
-
// token 1035,
|
|
857
|
-
ves_icall_System_MathF_Tanh,
|
|
858
|
-
// token 1036,
|
|
859
|
-
ves_icall_System_MathF_FusedMultiplyAdd,
|
|
860
|
-
// token 1037,
|
|
861
|
-
ves_icall_System_MathF_Log2,
|
|
862
|
-
// token 1038,
|
|
863
|
-
ves_icall_System_MathF_ModF,
|
|
864
|
-
// token 1118,
|
|
865
|
-
ves_icall_System_RuntimeFieldHandle_GetValueDirect_raw,
|
|
866
|
-
// token 1119,
|
|
867
|
-
ves_icall_System_RuntimeFieldHandle_SetValueDirect_raw,
|
|
868
|
-
// token 1123,
|
|
869
|
-
ves_icall_RuntimeMethodHandle_GetFunctionPointer_raw,
|
|
870
|
-
// token 1134,
|
|
871
|
-
ves_icall_RuntimeMethodHandle_ReboxFromNullable_raw,
|
|
872
|
-
// token 1135,
|
|
873
|
-
ves_icall_RuntimeMethodHandle_ReboxToNullable_raw,
|
|
874
|
-
// token 1205,
|
|
875
|
-
ves_icall_RuntimeType_GetCorrespondingInflatedMethod_raw,
|
|
876
|
-
// token 1213,
|
|
877
|
-
ves_icall_RuntimeType_make_array_type_raw,
|
|
878
|
-
// token 1216,
|
|
879
|
-
ves_icall_RuntimeType_make_byref_type_raw,
|
|
880
|
-
// token 1218,
|
|
881
|
-
ves_icall_RuntimeType_make_pointer_type_raw,
|
|
882
|
-
// token 1224,
|
|
883
|
-
ves_icall_RuntimeType_MakeGenericType_raw,
|
|
884
|
-
// token 1225,
|
|
885
|
-
ves_icall_RuntimeType_GetMethodsByName_native_raw,
|
|
886
|
-
// token 1227,
|
|
887
|
-
ves_icall_RuntimeType_GetPropertiesByName_native_raw,
|
|
888
|
-
// token 1228,
|
|
889
|
-
ves_icall_RuntimeType_GetConstructors_native_raw,
|
|
890
|
-
// token 1232,
|
|
891
|
-
ves_icall_RuntimeType_GetInterfaceMapData_raw,
|
|
892
|
-
// token 1234,
|
|
893
|
-
ves_icall_RuntimeType_GetPacking_raw,
|
|
894
|
-
// token 1237,
|
|
895
|
-
ves_icall_System_RuntimeType_CreateInstanceInternal_raw,
|
|
896
|
-
// token 1238,
|
|
897
|
-
ves_icall_System_RuntimeType_AllocateValueType_raw,
|
|
898
|
-
// token 1240,
|
|
899
|
-
ves_icall_RuntimeType_GetDeclaringMethod_raw,
|
|
900
|
-
// token 1242,
|
|
901
|
-
ves_icall_System_RuntimeType_getFullName_raw,
|
|
902
|
-
// token 1243,
|
|
903
|
-
ves_icall_RuntimeType_GetGenericArgumentsInternal_raw,
|
|
904
|
-
// token 1246,
|
|
905
|
-
ves_icall_RuntimeType_GetGenericParameterPosition,
|
|
906
|
-
// token 1247,
|
|
907
|
-
ves_icall_RuntimeType_GetEvents_native_raw,
|
|
908
|
-
// token 1248,
|
|
909
|
-
ves_icall_RuntimeType_GetFields_native_raw,
|
|
910
|
-
// token 1251,
|
|
911
|
-
ves_icall_RuntimeType_GetInterfaces_raw,
|
|
912
|
-
// token 1253,
|
|
913
|
-
ves_icall_RuntimeType_GetNestedTypes_native_raw,
|
|
914
|
-
// token 1256,
|
|
915
|
-
ves_icall_RuntimeType_GetDeclaringType_raw,
|
|
916
|
-
// token 1258,
|
|
917
|
-
ves_icall_RuntimeType_GetName_raw,
|
|
918
|
-
// token 1260,
|
|
919
|
-
ves_icall_RuntimeType_GetNamespace_raw,
|
|
920
|
-
// token 1267,
|
|
921
|
-
ves_icall_RuntimeType_IsUnmanagedFunctionPointerInternal,
|
|
922
|
-
// token 1272,
|
|
923
|
-
ves_icall_RuntimeType_FunctionPointerReturnAndParameterTypes_raw,
|
|
924
|
-
// token 1274,
|
|
925
|
-
ves_icall_RuntimeType_GetFunctionPointerTypeModifiers_raw,
|
|
926
|
-
// token 1277,
|
|
927
|
-
ves_icall_RuntimeType_GetCallingConventionFromFunctionPointerInternal,
|
|
928
|
-
// token 1357,
|
|
929
|
-
ves_icall_RuntimeTypeHandle_GetAttributes,
|
|
930
|
-
// token 1360,
|
|
931
|
-
ves_icall_RuntimeTypeHandle_GetMetadataToken_raw,
|
|
932
|
-
// token 1362,
|
|
933
|
-
ves_icall_RuntimeTypeHandle_GetGenericTypeDefinition_impl_raw,
|
|
934
|
-
// token 1372,
|
|
935
|
-
ves_icall_RuntimeTypeHandle_GetCorElementType,
|
|
936
|
-
// token 1373,
|
|
937
|
-
ves_icall_RuntimeTypeHandle_HasInstantiation,
|
|
938
|
-
// token 1374,
|
|
939
|
-
ves_icall_RuntimeTypeHandle_IsComObject_raw,
|
|
940
|
-
// token 1375,
|
|
941
|
-
ves_icall_RuntimeTypeHandle_IsInstanceOfType_raw,
|
|
942
|
-
// token 1377,
|
|
943
|
-
ves_icall_RuntimeTypeHandle_HasReferences_raw,
|
|
944
|
-
// token 1384,
|
|
945
|
-
ves_icall_RuntimeTypeHandle_GetArrayRank_raw,
|
|
946
|
-
// token 1385,
|
|
947
|
-
ves_icall_RuntimeTypeHandle_GetAssembly_raw,
|
|
948
|
-
// token 1386,
|
|
949
|
-
ves_icall_RuntimeTypeHandle_GetElementType_raw,
|
|
950
|
-
// token 1387,
|
|
951
|
-
ves_icall_RuntimeTypeHandle_GetModule_raw,
|
|
952
|
-
// token 1388,
|
|
953
|
-
ves_icall_RuntimeTypeHandle_GetBaseType_raw,
|
|
954
|
-
// token 1396,
|
|
955
|
-
ves_icall_RuntimeTypeHandle_type_is_assignable_from_raw,
|
|
956
|
-
// token 1397,
|
|
957
|
-
ves_icall_RuntimeTypeHandle_IsGenericTypeDefinition,
|
|
958
|
-
// token 1398,
|
|
959
|
-
ves_icall_RuntimeTypeHandle_GetGenericParameterInfo_raw,
|
|
960
|
-
// token 1402,
|
|
961
|
-
ves_icall_RuntimeTypeHandle_is_subclass_of_raw,
|
|
962
|
-
// token 1403,
|
|
963
|
-
ves_icall_RuntimeTypeHandle_IsByRefLike_raw,
|
|
964
|
-
// token 1406,
|
|
965
|
-
ves_icall_System_RuntimeTypeHandle_internal_from_name_raw,
|
|
966
|
-
// token 1411,
|
|
967
|
-
ves_icall_System_String_FastAllocateString_raw,
|
|
968
|
-
// token 1412,
|
|
969
|
-
ves_icall_System_String_InternalIsInterned_raw,
|
|
970
|
-
// token 1413,
|
|
971
|
-
ves_icall_System_String_InternalIntern_raw,
|
|
972
|
-
// token 1698,
|
|
973
|
-
ves_icall_System_Type_internal_from_handle_raw,
|
|
974
|
-
// token 1936,
|
|
975
|
-
ves_icall_System_TypedReference_ToObject_raw,
|
|
976
|
-
// token 1938,
|
|
977
|
-
ves_icall_System_TypedReference_InternalMakeTypedReference_raw,
|
|
978
|
-
// token 1959,
|
|
979
|
-
ves_icall_System_ValueType_InternalGetHashCode_raw,
|
|
980
|
-
// token 1960,
|
|
981
|
-
ves_icall_System_ValueType_Equals_raw,
|
|
982
|
-
// token 14389,
|
|
983
|
-
ves_icall_System_Threading_Interlocked_CompareExchange_Int,
|
|
984
|
-
// token 14390,
|
|
985
|
-
ves_icall_System_Threading_Interlocked_CompareExchange_Object,
|
|
986
|
-
// token 14392,
|
|
987
|
-
ves_icall_System_Threading_Interlocked_Decrement_Int,
|
|
988
|
-
// token 14393,
|
|
989
|
-
ves_icall_System_Threading_Interlocked_Decrement_Long,
|
|
990
|
-
// token 14394,
|
|
991
|
-
ves_icall_System_Threading_Interlocked_Increment_Int,
|
|
992
|
-
// token 14395,
|
|
993
|
-
ves_icall_System_Threading_Interlocked_Increment_Long,
|
|
994
|
-
// token 14396,
|
|
995
|
-
ves_icall_System_Threading_Interlocked_Exchange_Int,
|
|
996
|
-
// token 14397,
|
|
997
|
-
ves_icall_System_Threading_Interlocked_Exchange_Object,
|
|
998
|
-
// token 14399,
|
|
999
|
-
ves_icall_System_Threading_Interlocked_CompareExchange_Long,
|
|
1000
|
-
// token 14401,
|
|
1001
|
-
ves_icall_System_Threading_Interlocked_Exchange_Long,
|
|
1002
|
-
// token 14403,
|
|
1003
|
-
ves_icall_System_Threading_Interlocked_Read_Long,
|
|
1004
|
-
// token 14404,
|
|
1005
|
-
ves_icall_System_Threading_Interlocked_Add_Int,
|
|
1006
|
-
// token 14405,
|
|
1007
|
-
ves_icall_System_Threading_Interlocked_Add_Long,
|
|
1008
|
-
// token 14406,
|
|
1009
|
-
ves_icall_System_Threading_Interlocked_MemoryBarrierProcessWide,
|
|
1010
|
-
// token 14435,
|
|
1011
|
-
ves_icall_System_Threading_Monitor_Monitor_Enter_raw,
|
|
1012
|
-
// token 14437,
|
|
1013
|
-
mono_monitor_exit_icall_raw,
|
|
1014
|
-
// token 14447,
|
|
1015
|
-
ves_icall_System_Threading_Monitor_Monitor_pulse_raw,
|
|
1016
|
-
// token 14449,
|
|
1017
|
-
ves_icall_System_Threading_Monitor_Monitor_pulse_all_raw,
|
|
1018
|
-
// token 14451,
|
|
1019
|
-
ves_icall_System_Threading_Monitor_Monitor_wait_raw,
|
|
1020
|
-
// token 14453,
|
|
1021
|
-
ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var_raw,
|
|
1022
|
-
// token 14455,
|
|
1023
|
-
ves_icall_System_Threading_Monitor_Monitor_LockContentionCount,
|
|
1024
|
-
// token 14516,
|
|
1025
|
-
ves_icall_System_Threading_Thread_StartInternal_raw,
|
|
1026
|
-
// token 14523,
|
|
1027
|
-
ves_icall_System_Threading_Thread_GetCurrentOSThreadId_raw,
|
|
1028
|
-
// token 14524,
|
|
1029
|
-
ves_icall_System_Threading_Thread_InitInternal_raw,
|
|
1030
|
-
// token 14525,
|
|
1031
|
-
ves_icall_System_Threading_Thread_GetCurrentThread,
|
|
1032
|
-
// token 14527,
|
|
1033
|
-
ves_icall_System_Threading_InternalThread_Thread_free_internal_raw,
|
|
1034
|
-
// token 14528,
|
|
1035
|
-
ves_icall_System_Threading_Thread_GetState_raw,
|
|
1036
|
-
// token 14529,
|
|
1037
|
-
ves_icall_System_Threading_Thread_SetState_raw,
|
|
1038
|
-
// token 14530,
|
|
1039
|
-
ves_icall_System_Threading_Thread_ClrState_raw,
|
|
1040
|
-
// token 14531,
|
|
1041
|
-
ves_icall_System_Threading_Thread_SetName_icall_raw,
|
|
1042
|
-
// token 14533,
|
|
1043
|
-
ves_icall_System_Threading_Thread_YieldInternal,
|
|
1044
|
-
// token 14535,
|
|
1045
|
-
ves_icall_System_Threading_Thread_Join_internal_raw,
|
|
1046
|
-
// token 14536,
|
|
1047
|
-
ves_icall_System_Threading_Thread_Interrupt_internal_raw,
|
|
1048
|
-
// token 14537,
|
|
1049
|
-
ves_icall_System_Threading_Thread_SetPriority_raw,
|
|
1050
|
-
// token 16927,
|
|
1051
|
-
ves_icall_System_Runtime_Loader_AssemblyLoadContext_PrepareForAssemblyLoadContextRelease_raw,
|
|
1052
|
-
// token 16931,
|
|
1053
|
-
ves_icall_System_Runtime_Loader_AssemblyLoadContext_GetLoadContextForAssembly_raw,
|
|
1054
|
-
// token 16935,
|
|
1055
|
-
ves_icall_System_Runtime_Loader_AssemblyLoadContext_InternalLoadFile_raw,
|
|
1056
|
-
// token 16936,
|
|
1057
|
-
ves_icall_System_Runtime_Loader_AssemblyLoadContext_InternalInitializeNativeALC_raw,
|
|
1058
|
-
// token 16937,
|
|
1059
|
-
ves_icall_System_Runtime_Loader_AssemblyLoadContext_InternalLoadFromStream_raw,
|
|
1060
|
-
// token 16938,
|
|
1061
|
-
ves_icall_System_Runtime_Loader_AssemblyLoadContext_InternalGetLoadedAssemblies_raw,
|
|
1062
|
-
// token 23323,
|
|
1063
|
-
ves_icall_System_GCHandle_InternalAlloc_raw,
|
|
1064
|
-
// token 23324,
|
|
1065
|
-
ves_icall_System_GCHandle_InternalFree_raw,
|
|
1066
|
-
// token 23325,
|
|
1067
|
-
ves_icall_System_GCHandle_InternalGet_raw,
|
|
1068
|
-
// token 23326,
|
|
1069
|
-
ves_icall_System_GCHandle_InternalSet_raw,
|
|
1070
|
-
// token 23348,
|
|
1071
|
-
ves_icall_System_Runtime_InteropServices_Marshal_GetLastPInvokeError,
|
|
1072
|
-
// token 23349,
|
|
1073
|
-
ves_icall_System_Runtime_InteropServices_Marshal_SetLastPInvokeError,
|
|
1074
|
-
// token 23350,
|
|
1075
|
-
ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure_raw,
|
|
1076
|
-
// token 23351,
|
|
1077
|
-
ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf_raw,
|
|
1078
|
-
// token 23352,
|
|
1079
|
-
ves_icall_System_Runtime_InteropServices_Marshal_StructureToPtr_raw,
|
|
1080
|
-
// token 23355,
|
|
1081
|
-
ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructureInternal_raw,
|
|
1082
|
-
// token 23357,
|
|
1083
|
-
ves_icall_System_Runtime_InteropServices_Marshal_GetDelegateForFunctionPointerInternal_raw,
|
|
1084
|
-
// token 23358,
|
|
1085
|
-
ves_icall_System_Runtime_InteropServices_Marshal_GetFunctionPointerForDelegateInternal_raw,
|
|
1086
|
-
// token 23360,
|
|
1087
|
-
ves_icall_System_Runtime_InteropServices_Marshal_Prelink_raw,
|
|
1088
|
-
// token 23361,
|
|
1089
|
-
ves_icall_System_Runtime_InteropServices_Marshal_SizeOfHelper_raw,
|
|
1090
|
-
// token 23597,
|
|
1091
|
-
ves_icall_System_Runtime_InteropServices_NativeLibrary_LoadFromPath_raw,
|
|
1092
|
-
// token 23598,
|
|
1093
|
-
ves_icall_System_Runtime_InteropServices_NativeLibrary_LoadByName_raw,
|
|
1094
|
-
// token 23599,
|
|
1095
|
-
ves_icall_System_Runtime_InteropServices_NativeLibrary_FreeLib_raw,
|
|
1096
|
-
// token 23600,
|
|
1097
|
-
ves_icall_System_Runtime_InteropServices_NativeLibrary_GetSymbol_raw,
|
|
1098
|
-
// token 24398,
|
|
1099
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InternalGetHashCode_raw,
|
|
1100
|
-
// token 24400,
|
|
1101
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InternalTryGetHashCode_raw,
|
|
1102
|
-
// token 24403,
|
|
1103
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_GetObjectValue_raw,
|
|
1104
|
-
// token 24418,
|
|
1105
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_PrepareMethod_raw,
|
|
1106
|
-
// token 24419,
|
|
1107
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_GetUninitializedObjectInternal_raw,
|
|
1108
|
-
// token 24420,
|
|
1109
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray_raw,
|
|
1110
|
-
// token 24421,
|
|
1111
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_GetSpanDataFrom_raw,
|
|
1112
|
-
// token 24422,
|
|
1113
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor_raw,
|
|
1114
|
-
// token 24423,
|
|
1115
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor_raw,
|
|
1116
|
-
// token 24424,
|
|
1117
|
-
ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_SufficientExecutionStack,
|
|
1118
|
-
// token 25132,
|
|
1119
|
-
ves_icall_System_Reflection_Assembly_GetExecutingAssembly_raw,
|
|
1120
|
-
// token 25133,
|
|
1121
|
-
ves_icall_System_Reflection_Assembly_GetCallingAssembly_raw,
|
|
1122
|
-
// token 25134,
|
|
1123
|
-
ves_icall_System_Reflection_Assembly_GetEntryAssembly_raw,
|
|
1124
|
-
// token 25139,
|
|
1125
|
-
ves_icall_System_Reflection_Assembly_InternalLoad_raw,
|
|
1126
|
-
// token 25140,
|
|
1127
|
-
ves_icall_System_Reflection_Assembly_InternalGetType_raw,
|
|
1128
|
-
// token 25219,
|
|
1129
|
-
ves_icall_System_Reflection_AssemblyName_FreeAssemblyName,
|
|
1130
|
-
// token 25220,
|
|
1131
|
-
ves_icall_System_Reflection_AssemblyName_GetNativeName,
|
|
1132
|
-
// token 25282,
|
|
1133
|
-
ves_icall_MonoCustomAttrs_GetCustomAttributesInternal_raw,
|
|
1134
|
-
// token 25289,
|
|
1135
|
-
ves_icall_MonoCustomAttrs_GetCustomAttributesDataInternal_raw,
|
|
1136
|
-
// token 25296,
|
|
1137
|
-
ves_icall_MonoCustomAttrs_IsDefinedInternal_raw,
|
|
1138
|
-
// token 25307,
|
|
1139
|
-
ves_icall_System_Reflection_FieldInfo_internal_from_handle_type_raw,
|
|
1140
|
-
// token 25311,
|
|
1141
|
-
ves_icall_System_Reflection_FieldInfo_get_marshal_info_raw,
|
|
1142
|
-
// token 25347,
|
|
1143
|
-
ves_icall_System_Reflection_LoaderAllocatorScout_Destroy,
|
|
1144
|
-
// token 25372,
|
|
1145
|
-
ves_icall_GetCurrentMethod_raw,
|
|
1146
|
-
// token 25542,
|
|
1147
|
-
ves_icall_System_Reflection_RuntimeAssembly_GetEntryPoint_raw,
|
|
1148
|
-
// token 25555,
|
|
1149
|
-
ves_icall_System_Reflection_RuntimeAssembly_GetManifestResourceNames_raw,
|
|
1150
|
-
// token 25557,
|
|
1151
|
-
ves_icall_System_Reflection_RuntimeAssembly_GetExportedTypes_raw,
|
|
1152
|
-
// token 25559,
|
|
1153
|
-
ves_icall_System_Reflection_RuntimeAssembly_GetTopLevelForwardedTypes_raw,
|
|
1154
|
-
// token 25582,
|
|
1155
|
-
ves_icall_System_Reflection_RuntimeAssembly_GetInfo_raw,
|
|
1156
|
-
// token 25584,
|
|
1157
|
-
ves_icall_System_Reflection_RuntimeAssembly_GetManifestResourceInfoInternal_raw,
|
|
1158
|
-
// token 25585,
|
|
1159
|
-
ves_icall_System_Reflection_RuntimeAssembly_GetManifestResourceInternal_raw,
|
|
1160
|
-
// token 25586,
|
|
1161
|
-
ves_icall_System_Reflection_Assembly_GetManifestModuleInternal_raw,
|
|
1162
|
-
// token 25587,
|
|
1163
|
-
ves_icall_System_Reflection_RuntimeAssembly_GetModulesInternal_raw,
|
|
1164
|
-
// token 25588,
|
|
1165
|
-
ves_icall_System_Reflection_Assembly_InternalGetReferencedAssemblies_raw,
|
|
1166
|
-
// token 25597,
|
|
1167
|
-
ves_icall_System_Reflection_RuntimeCustomAttributeData_ResolveArgumentsInternal_raw,
|
|
1168
|
-
// token 25613,
|
|
1169
|
-
ves_icall_RuntimeEventInfo_get_event_info_raw,
|
|
1170
|
-
// token 25635,
|
|
1171
|
-
ves_icall_reflection_get_token_raw,
|
|
1172
|
-
// token 25636,
|
|
1173
|
-
ves_icall_System_Reflection_EventInfo_internal_from_handle_type_raw,
|
|
1174
|
-
// token 25647,
|
|
1175
|
-
ves_icall_RuntimeFieldInfo_ResolveType_raw,
|
|
1176
|
-
// token 25649,
|
|
1177
|
-
ves_icall_RuntimeFieldInfo_GetParentType_raw,
|
|
1178
|
-
// token 25656,
|
|
1179
|
-
ves_icall_RuntimeFieldInfo_GetFieldOffset_raw,
|
|
1180
|
-
// token 25657,
|
|
1181
|
-
ves_icall_RuntimeFieldInfo_GetValueInternal_raw,
|
|
1182
|
-
// token 25660,
|
|
1183
|
-
ves_icall_RuntimeFieldInfo_SetValueInternal_raw,
|
|
1184
|
-
// token 25662,
|
|
1185
|
-
ves_icall_RuntimeFieldInfo_GetRawConstantValue_raw,
|
|
1186
|
-
// token 25667,
|
|
1187
|
-
ves_icall_reflection_get_token_raw,
|
|
1188
|
-
// token 25668,
|
|
1189
|
-
ves_icall_System_Reflection_FieldInfo_GetTypeModifiers_raw,
|
|
1190
|
-
// token 25686,
|
|
1191
|
-
ves_icall_get_method_info_raw,
|
|
1192
|
-
// token 25687,
|
|
1193
|
-
ves_icall_get_method_attributes,
|
|
1194
|
-
// token 25694,
|
|
1195
|
-
ves_icall_System_Reflection_MonoMethodInfo_get_parameter_info_raw,
|
|
1196
|
-
// token 25696,
|
|
1197
|
-
ves_icall_System_MonoMethodInfo_get_retval_marshal_raw,
|
|
1198
|
-
// token 25707,
|
|
1199
|
-
ves_icall_System_Reflection_RuntimeMethodInfo_GetMethodBodyInternal_raw,
|
|
1200
|
-
// token 25710,
|
|
1201
|
-
ves_icall_System_Reflection_RuntimeMethodInfo_GetMethodFromHandleInternalType_native_raw,
|
|
1202
|
-
// token 25713,
|
|
1203
|
-
ves_icall_RuntimeMethodInfo_get_name_raw,
|
|
1204
|
-
// token 25714,
|
|
1205
|
-
ves_icall_RuntimeMethodInfo_get_base_method_raw,
|
|
1206
|
-
// token 25715,
|
|
1207
|
-
ves_icall_reflection_get_token_raw,
|
|
1208
|
-
// token 25727,
|
|
1209
|
-
ves_icall_InternalInvoke_raw,
|
|
1210
|
-
// token 25737,
|
|
1211
|
-
ves_icall_RuntimeMethodInfo_GetPInvoke_raw,
|
|
1212
|
-
// token 25743,
|
|
1213
|
-
ves_icall_RuntimeMethodInfo_MakeGenericMethod_impl_raw,
|
|
1214
|
-
// token 25744,
|
|
1215
|
-
ves_icall_RuntimeMethodInfo_GetGenericArguments_raw,
|
|
1216
|
-
// token 25745,
|
|
1217
|
-
ves_icall_RuntimeMethodInfo_GetGenericMethodDefinition_raw,
|
|
1218
|
-
// token 25747,
|
|
1219
|
-
ves_icall_RuntimeMethodInfo_get_IsGenericMethodDefinition_raw,
|
|
1220
|
-
// token 25748,
|
|
1221
|
-
ves_icall_RuntimeMethodInfo_get_IsGenericMethod_raw,
|
|
1222
|
-
// token 25766,
|
|
1223
|
-
ves_icall_InvokeClassConstructor_raw,
|
|
1224
|
-
// token 25768,
|
|
1225
|
-
ves_icall_InternalInvoke_raw,
|
|
1226
|
-
// token 25784,
|
|
1227
|
-
ves_icall_reflection_get_token_raw,
|
|
1228
|
-
// token 25828,
|
|
1229
|
-
ves_icall_reflection_get_token_raw,
|
|
1230
|
-
// token 25829,
|
|
1231
|
-
ves_icall_System_Reflection_RuntimeModule_GetMDStreamVersion_raw,
|
|
1232
|
-
// token 25830,
|
|
1233
|
-
ves_icall_System_Reflection_RuntimeModule_InternalGetTypes_raw,
|
|
1234
|
-
// token 25831,
|
|
1235
|
-
ves_icall_System_Reflection_RuntimeModule_GetGuidInternal_raw,
|
|
1236
|
-
// token 25832,
|
|
1237
|
-
ves_icall_System_Reflection_RuntimeModule_GetGlobalType_raw,
|
|
1238
|
-
// token 25833,
|
|
1239
|
-
ves_icall_System_Reflection_RuntimeModule_ResolveTypeToken_raw,
|
|
1240
|
-
// token 25834,
|
|
1241
|
-
ves_icall_System_Reflection_RuntimeModule_ResolveMethodToken_raw,
|
|
1242
|
-
// token 25835,
|
|
1243
|
-
ves_icall_System_Reflection_RuntimeModule_ResolveFieldToken_raw,
|
|
1244
|
-
// token 25836,
|
|
1245
|
-
ves_icall_System_Reflection_RuntimeModule_ResolveStringToken_raw,
|
|
1246
|
-
// token 25837,
|
|
1247
|
-
ves_icall_System_Reflection_RuntimeModule_ResolveMemberToken_raw,
|
|
1248
|
-
// token 25838,
|
|
1249
|
-
ves_icall_System_Reflection_RuntimeModule_ResolveSignature_raw,
|
|
1250
|
-
// token 25839,
|
|
1251
|
-
ves_icall_System_Reflection_RuntimeModule_GetPEKind_raw,
|
|
1252
|
-
// token 25862,
|
|
1253
|
-
ves_icall_reflection_get_token_raw,
|
|
1254
|
-
// token 25868,
|
|
1255
|
-
ves_icall_RuntimeParameterInfo_GetTypeModifiers_raw,
|
|
1256
|
-
// token 25877,
|
|
1257
|
-
ves_icall_RuntimePropertyInfo_get_property_info_raw,
|
|
1258
|
-
// token 25878,
|
|
1259
|
-
ves_icall_RuntimePropertyInfo_GetTypeModifiers_raw,
|
|
1260
|
-
// token 25879,
|
|
1261
|
-
ves_icall_property_info_get_default_value_raw,
|
|
1262
|
-
// token 25916,
|
|
1263
|
-
ves_icall_reflection_get_token_raw,
|
|
1264
|
-
// token 25917,
|
|
1265
|
-
ves_icall_System_Reflection_RuntimePropertyInfo_internal_from_handle_type_raw,
|
|
1266
|
-
// token 26821,
|
|
1267
|
-
ves_icall_AssemblyExtensions_ApplyUpdateEnabled,
|
|
1268
|
-
// token 26822,
|
|
1269
|
-
ves_icall_AssemblyExtensions_GetApplyUpdateCapabilities_raw,
|
|
1270
|
-
// token 26823,
|
|
1271
|
-
ves_icall_AssemblyExtensions_ApplyUpdate,
|
|
1272
|
-
// token 26853,
|
|
1273
|
-
ves_icall_CustomAttributeBuilder_GetBlob_raw,
|
|
1274
|
-
// token 26896,
|
|
1275
|
-
ves_icall_DynamicMethod_create_dynamic_method_raw,
|
|
1276
|
-
// token 27025,
|
|
1277
|
-
ves_icall_AssemblyBuilder_basic_init_raw,
|
|
1278
|
-
// token 27026,
|
|
1279
|
-
ves_icall_AssemblyBuilder_UpdateNativeCustomAttributes_raw,
|
|
1280
|
-
// token 27104,
|
|
1281
|
-
ves_icall_EnumBuilder_setup_enum_type_raw,
|
|
1282
|
-
// token 27369,
|
|
1283
|
-
ves_icall_ModuleBuilder_basic_init_raw,
|
|
1284
|
-
// token 27370,
|
|
1285
|
-
ves_icall_ModuleBuilder_set_wrappers_type_raw,
|
|
1286
|
-
// token 27403,
|
|
1287
|
-
ves_icall_ModuleBuilder_getUSIndex_raw,
|
|
1288
|
-
// token 27404,
|
|
1289
|
-
ves_icall_ModuleBuilder_getToken_raw,
|
|
1290
|
-
// token 27405,
|
|
1291
|
-
ves_icall_ModuleBuilder_getMethodToken_raw,
|
|
1292
|
-
// token 27412,
|
|
1293
|
-
ves_icall_ModuleBuilder_RegisterToken_raw,
|
|
1294
|
-
// token 27579,
|
|
1295
|
-
ves_icall_TypeBuilder_create_runtime_class_raw,
|
|
1296
|
-
// token 27676,
|
|
1297
|
-
ves_icall_SignatureHelper_get_signature_local_raw,
|
|
1298
|
-
// token 27677,
|
|
1299
|
-
ves_icall_SignatureHelper_get_signature_field_raw,
|
|
1300
|
-
// token 28871,
|
|
1301
|
-
ves_icall_System_IO_Stream_HasOverriddenBeginEndRead_raw,
|
|
1302
|
-
// token 28872,
|
|
1303
|
-
ves_icall_System_IO_Stream_HasOverriddenBeginEndWrite_raw,
|
|
1304
|
-
// token 29885,
|
|
1305
|
-
ves_icall_System_Diagnostics_Debugger_IsAttached_internal,
|
|
1306
|
-
// token 29887,
|
|
1307
|
-
ves_icall_System_Diagnostics_Debugger_IsLogging,
|
|
1308
|
-
// token 29889,
|
|
1309
|
-
ves_icall_System_Diagnostics_Debugger_Log,
|
|
1310
|
-
// token 29894,
|
|
1311
|
-
ves_icall_System_Diagnostics_StackFrame_GetFrameInfo,
|
|
1312
|
-
// token 29910,
|
|
1313
|
-
ves_icall_System_Diagnostics_StackTrace_GetTrace,
|
|
1314
|
-
// token 32408,
|
|
1315
|
-
ves_icall_Mono_RuntimeClassHandle_GetTypeFromClass,
|
|
1316
|
-
// token 32429,
|
|
1317
|
-
ves_icall_Mono_RuntimeGPtrArrayHandle_GPtrArrayFree,
|
|
1318
|
-
// token 32431,
|
|
1319
|
-
ves_icall_Mono_SafeStringMarshal_StringToUtf8,
|
|
1320
|
-
// token 32433,
|
|
1321
|
-
ves_icall_Mono_SafeStringMarshal_GFree,
|
|
1322
|
-
};
|
|
1323
|
-
static uint8_t corlib_icall_flags [] = {
|
|
1324
|
-
0,
|
|
1325
|
-
0,
|
|
1326
|
-
0,
|
|
1327
|
-
0,
|
|
1328
|
-
0,
|
|
1329
|
-
0,
|
|
1330
|
-
0,
|
|
1331
|
-
0,
|
|
1332
|
-
0,
|
|
1333
|
-
4,
|
|
1334
|
-
4,
|
|
1335
|
-
0,
|
|
1336
|
-
4,
|
|
1337
|
-
0,
|
|
1338
|
-
4,
|
|
1339
|
-
4,
|
|
1340
|
-
4,
|
|
1341
|
-
0,
|
|
1342
|
-
0,
|
|
1343
|
-
0,
|
|
1344
|
-
4,
|
|
1345
|
-
4,
|
|
1346
|
-
4,
|
|
1347
|
-
4,
|
|
1348
|
-
4,
|
|
1349
|
-
0,
|
|
1350
|
-
4,
|
|
1351
|
-
0,
|
|
1352
|
-
0,
|
|
1353
|
-
0,
|
|
1354
|
-
0,
|
|
1355
|
-
0,
|
|
1356
|
-
0,
|
|
1357
|
-
4,
|
|
1358
|
-
4,
|
|
1359
|
-
0,
|
|
1360
|
-
0,
|
|
1361
|
-
0,
|
|
1362
|
-
0,
|
|
1363
|
-
0,
|
|
1364
|
-
4,
|
|
1365
|
-
4,
|
|
1366
|
-
0,
|
|
1367
|
-
4,
|
|
1368
|
-
4,
|
|
1369
|
-
0,
|
|
1370
|
-
4,
|
|
1371
|
-
4,
|
|
1372
|
-
0,
|
|
1373
|
-
0,
|
|
1374
|
-
4,
|
|
1375
|
-
4,
|
|
1376
|
-
0,
|
|
1377
|
-
0,
|
|
1378
|
-
0,
|
|
1379
|
-
0,
|
|
1380
|
-
0,
|
|
1381
|
-
0,
|
|
1382
|
-
0,
|
|
1383
|
-
0,
|
|
1384
|
-
0,
|
|
1385
|
-
0,
|
|
1386
|
-
0,
|
|
1387
|
-
0,
|
|
1388
|
-
0,
|
|
1389
|
-
0,
|
|
1390
|
-
0,
|
|
1391
|
-
0,
|
|
1392
|
-
0,
|
|
1393
|
-
0,
|
|
1394
|
-
0,
|
|
1395
|
-
0,
|
|
1396
|
-
0,
|
|
1397
|
-
0,
|
|
1398
|
-
0,
|
|
1399
|
-
0,
|
|
1400
|
-
0,
|
|
1401
|
-
0,
|
|
1402
|
-
0,
|
|
1403
|
-
0,
|
|
1404
|
-
0,
|
|
1405
|
-
0,
|
|
1406
|
-
0,
|
|
1407
|
-
0,
|
|
1408
|
-
0,
|
|
1409
|
-
0,
|
|
1410
|
-
0,
|
|
1411
|
-
0,
|
|
1412
|
-
0,
|
|
1413
|
-
0,
|
|
1414
|
-
0,
|
|
1415
|
-
0,
|
|
1416
|
-
0,
|
|
1417
|
-
0,
|
|
1418
|
-
0,
|
|
1419
|
-
0,
|
|
1420
|
-
0,
|
|
1421
|
-
0,
|
|
1422
|
-
0,
|
|
1423
|
-
0,
|
|
1424
|
-
4,
|
|
1425
|
-
4,
|
|
1426
|
-
4,
|
|
1427
|
-
4,
|
|
1428
|
-
4,
|
|
1429
|
-
4,
|
|
1430
|
-
4,
|
|
1431
|
-
4,
|
|
1432
|
-
4,
|
|
1433
|
-
4,
|
|
1434
|
-
4,
|
|
1435
|
-
4,
|
|
1436
|
-
4,
|
|
1437
|
-
4,
|
|
1438
|
-
4,
|
|
1439
|
-
4,
|
|
1440
|
-
4,
|
|
1441
|
-
4,
|
|
1442
|
-
4,
|
|
1443
|
-
4,
|
|
1444
|
-
0,
|
|
1445
|
-
4,
|
|
1446
|
-
4,
|
|
1447
|
-
4,
|
|
1448
|
-
4,
|
|
1449
|
-
4,
|
|
1450
|
-
4,
|
|
1451
|
-
4,
|
|
1452
|
-
0,
|
|
1453
|
-
4,
|
|
1454
|
-
4,
|
|
1455
|
-
0,
|
|
1456
|
-
0,
|
|
1457
|
-
4,
|
|
1458
|
-
4,
|
|
1459
|
-
0,
|
|
1460
|
-
0,
|
|
1461
|
-
4,
|
|
1462
|
-
4,
|
|
1463
|
-
4,
|
|
1464
|
-
4,
|
|
1465
|
-
4,
|
|
1466
|
-
4,
|
|
1467
|
-
4,
|
|
1468
|
-
4,
|
|
1469
|
-
4,
|
|
1470
|
-
0,
|
|
1471
|
-
4,
|
|
1472
|
-
4,
|
|
1473
|
-
4,
|
|
1474
|
-
4,
|
|
1475
|
-
4,
|
|
1476
|
-
4,
|
|
1477
|
-
4,
|
|
1478
|
-
4,
|
|
1479
|
-
4,
|
|
1480
|
-
4,
|
|
1481
|
-
4,
|
|
1482
|
-
4,
|
|
1483
|
-
0,
|
|
1484
|
-
0,
|
|
1485
|
-
0,
|
|
1486
|
-
0,
|
|
1487
|
-
0,
|
|
1488
|
-
0,
|
|
1489
|
-
0,
|
|
1490
|
-
0,
|
|
1491
|
-
0,
|
|
1492
|
-
0,
|
|
1493
|
-
0,
|
|
1494
|
-
0,
|
|
1495
|
-
0,
|
|
1496
|
-
0,
|
|
1497
|
-
4,
|
|
1498
|
-
4,
|
|
1499
|
-
4,
|
|
1500
|
-
4,
|
|
1501
|
-
4,
|
|
1502
|
-
4,
|
|
1503
|
-
0,
|
|
1504
|
-
4,
|
|
1505
|
-
4,
|
|
1506
|
-
4,
|
|
1507
|
-
0,
|
|
1508
|
-
4,
|
|
1509
|
-
4,
|
|
1510
|
-
4,
|
|
1511
|
-
4,
|
|
1512
|
-
4,
|
|
1513
|
-
0,
|
|
1514
|
-
4,
|
|
1515
|
-
4,
|
|
1516
|
-
4,
|
|
1517
|
-
4,
|
|
1518
|
-
4,
|
|
1519
|
-
4,
|
|
1520
|
-
4,
|
|
1521
|
-
4,
|
|
1522
|
-
4,
|
|
1523
|
-
4,
|
|
1524
|
-
4,
|
|
1525
|
-
4,
|
|
1526
|
-
4,
|
|
1527
|
-
0,
|
|
1528
|
-
0,
|
|
1529
|
-
4,
|
|
1530
|
-
4,
|
|
1531
|
-
4,
|
|
1532
|
-
4,
|
|
1533
|
-
4,
|
|
1534
|
-
4,
|
|
1535
|
-
4,
|
|
1536
|
-
4,
|
|
1537
|
-
4,
|
|
1538
|
-
4,
|
|
1539
|
-
4,
|
|
1540
|
-
4,
|
|
1541
|
-
4,
|
|
1542
|
-
4,
|
|
1543
|
-
4,
|
|
1544
|
-
4,
|
|
1545
|
-
4,
|
|
1546
|
-
4,
|
|
1547
|
-
4,
|
|
1548
|
-
4,
|
|
1549
|
-
4,
|
|
1550
|
-
0,
|
|
1551
|
-
4,
|
|
1552
|
-
4,
|
|
1553
|
-
4,
|
|
1554
|
-
4,
|
|
1555
|
-
4,
|
|
1556
|
-
0,
|
|
1557
|
-
0,
|
|
1558
|
-
4,
|
|
1559
|
-
4,
|
|
1560
|
-
4,
|
|
1561
|
-
4,
|
|
1562
|
-
4,
|
|
1563
|
-
0,
|
|
1564
|
-
4,
|
|
1565
|
-
4,
|
|
1566
|
-
4,
|
|
1567
|
-
4,
|
|
1568
|
-
4,
|
|
1569
|
-
4,
|
|
1570
|
-
4,
|
|
1571
|
-
4,
|
|
1572
|
-
4,
|
|
1573
|
-
4,
|
|
1574
|
-
4,
|
|
1575
|
-
4,
|
|
1576
|
-
4,
|
|
1577
|
-
4,
|
|
1578
|
-
4,
|
|
1579
|
-
4,
|
|
1580
|
-
4,
|
|
1581
|
-
4,
|
|
1582
|
-
4,
|
|
1583
|
-
4,
|
|
1584
|
-
4,
|
|
1585
|
-
4,
|
|
1586
|
-
4,
|
|
1587
|
-
4,
|
|
1588
|
-
0,
|
|
1589
|
-
4,
|
|
1590
|
-
4,
|
|
1591
|
-
4,
|
|
1592
|
-
4,
|
|
1593
|
-
4,
|
|
1594
|
-
4,
|
|
1595
|
-
4,
|
|
1596
|
-
4,
|
|
1597
|
-
4,
|
|
1598
|
-
4,
|
|
1599
|
-
4,
|
|
1600
|
-
4,
|
|
1601
|
-
4,
|
|
1602
|
-
4,
|
|
1603
|
-
4,
|
|
1604
|
-
4,
|
|
1605
|
-
4,
|
|
1606
|
-
4,
|
|
1607
|
-
4,
|
|
1608
|
-
4,
|
|
1609
|
-
4,
|
|
1610
|
-
4,
|
|
1611
|
-
4,
|
|
1612
|
-
4,
|
|
1613
|
-
4,
|
|
1614
|
-
4,
|
|
1615
|
-
4,
|
|
1616
|
-
4,
|
|
1617
|
-
4,
|
|
1618
|
-
4,
|
|
1619
|
-
4,
|
|
1620
|
-
4,
|
|
1621
|
-
4,
|
|
1622
|
-
4,
|
|
1623
|
-
4,
|
|
1624
|
-
4,
|
|
1625
|
-
0,
|
|
1626
|
-
4,
|
|
1627
|
-
0,
|
|
1628
|
-
4,
|
|
1629
|
-
4,
|
|
1630
|
-
4,
|
|
1631
|
-
4,
|
|
1632
|
-
4,
|
|
1633
|
-
4,
|
|
1634
|
-
4,
|
|
1635
|
-
4,
|
|
1636
|
-
4,
|
|
1637
|
-
4,
|
|
1638
|
-
4,
|
|
1639
|
-
4,
|
|
1640
|
-
4,
|
|
1641
|
-
4,
|
|
1642
|
-
4,
|
|
1643
|
-
4,
|
|
1644
|
-
0,
|
|
1645
|
-
0,
|
|
1646
|
-
0,
|
|
1647
|
-
0,
|
|
1648
|
-
0,
|
|
1649
|
-
0,
|
|
1650
|
-
0,
|
|
1651
|
-
0,
|
|
1652
|
-
0,
|
|
1653
|
-
};
|