3 writes to jsException
System.Runtime.InteropServices.JavaScript (3)
System\Runtime\InteropServices\JavaScript\JSException.cs (3)
24jsException = null; 30this.jsException = jsException; 60jsException = null;
9 references to jsException
System.Runtime.InteropServices.JavaScript (9)
System\Runtime\InteropServices\JavaScript\JSException.cs (7)
44if (jsException == null) 56string? jsStackTrace = jsException.GetPropertyAsString("stack"); 59jsException.Dispose(); 90return obj is JSException other && other.jsException == jsException; 96return jsException == null 98: base.GetHashCode() * jsException.GetHashCode();
System\Runtime\InteropServices\JavaScript\Marshaling\JSMarshalerArgument.Exception.cs (2)
71if (jse != null && jse.jsException != null) 73var jsException = jse.jsException;