Closed
Description
... because node_internals.h is not available outside of node. So, if we want node-api to contain unaltered versions of the implementation, we must not rely on any node internals.
I guess we could simply throw a JS exception. Since Isolate::GetCurrent()
is going away, and since we don't have an env from which to extract an isolate, is there some other way we can signal that we wish to throw an exception?
Metadata
Metadata
Assignees
Labels
No labels