You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Check for and report/handle interpreter errors (can be called after executing JS code)
67
-
voidjsiCheckErrors();
66
+
/// Check for and report/handle interpreter errors (can be called after executing JS code). If wasREPL we won't save errors to storage as we assume they've been seen
67
+
voidjsiCheckErrors(boolwasREPL);
68
68
69
69
/// Create a timeout in JS to execute the given native function (outside of an IRQ). Returns the index
0 commit comments