-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Introduce status napi_cannot_call_into_js #30327
Copy link
Copy link
Closed
Labels
node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.node-api-semver-majorSemver-major changes that require Node-API compatibility review.Semver-major changes that require Node-API compatibility review.
Description
Activity
Metadata
Metadata
Assignees
Labels
node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.node-api-semver-majorSemver-major changes that require Node-API compatibility review.Semver-major changes that require Node-API compatibility review.
napi_call_function()and other N-APIs that useNAPI_PREAMBLE()returnnapi_pending_exceptionwhenenv->can_call_into_js()is no longer true. We should distinguish between a pending exception and an inability to call into JS.Re: nodejs/node-addon-api#591