8 writes to JSHandle
System.Runtime.InteropServices.JavaScript (8)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Exception.cs (1)
90slot.JSHandle = jsException.JSHandle;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.JSObject.cs (1)
62slot.JSHandle = value.JSHandle;
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Task.cs (6)
205slot.JSHandle = ctx.AllocJSVHandle(); 291slot.JSHandle = ctx.AllocJSVHandle(); 370slot.JSHandle = ctx.AllocJSVHandle(); 467arg_handle.slot.JSHandle = holder.JSHandle; 502arg_handle.slot.JSHandle = holder.JSHandle; 536arg_handle.slot.JSHandle = holder.JSHandle;
14 references to JSHandle
System.Runtime.InteropServices.JavaScript (14)
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Exception.cs (2)
35if (slot.JSHandle != IntPtr.Zero) 39jsException = ctx.CreateCSOwnedProxy(slot.JSHandle);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Func.cs (8)
174var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 194var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 216var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 240var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 430var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 452var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 477var holder = ctx.CreateCSOwnedProxy(slot.JSHandle); 502var holder = ctx.CreateCSOwnedProxy(slot.JSHandle);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.JSObject.cs (1)
26value = ctx.CreateCSOwnedProxy(slot.JSHandle);
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Task.cs (3)
214var taskHolder = ctx.CreateCSOwnedProxy(slot.JSHandle); 300var taskHolder = ctx.CreateCSOwnedProxy(slot.JSHandle); 379var taskHolder = ctx.CreateCSOwnedProxy(slot.JSHandle);