7 references to Runtime
System.Runtime.InteropServices.JavaScript (7)
System\Runtime\InteropServices\JavaScript\CancelablePromise.cs (1)
27Interop.Runtime.CancelPromise(holder.GCHandle);
System\Runtime\InteropServices\JavaScript\JSFunctionBinding.cs (4)
242Interop.Runtime.InvokeJSFunction(functionHandle, (nint)ptr); 374Interop.Runtime.InvokeJSImportST(signature.ImportHandle, (nint)args); 439nint exceptionPtr = Interop.Runtime.BindJSImportST(signature.Header); 468Interop.Runtime.ResolveOrRejectPromise((nint)ptr);
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
211Interop.Runtime.AssemblyGetEntryPoint(assemblyNamePtr, waitForDebugger ? 1 : 0, &ptr);
System\Runtime\InteropServices\JavaScript\JSProxyContext.cs (1)
516Interop.Runtime.ReleaseCSOwnedObject(jsHandle);