Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: do not leak handles on debug and exit
Ensure HandleScope is created before creating any new handles (which `Context::Scope` and `Environment::GetCurrent` does). PR-URL: #1133 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Brian White <[email protected]>
- Loading branch information