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