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
napi_call_function() and other N-APIs that use NAPI_PREAMBLE() return napi_pending_exception when env->can_call_into_js() is no longer true. We should distinguish between a pending exception and an inability to call into JS.