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
Currently, if eval or call_funcion throws an exception, we just produce a simple string, without the context.
QuickJS support some non-standard properties, such as stack, lineNumber, we should consider to provide more accuracy wrapper type to model the exception.