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