Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

crypto: remove most of the node_isolate uses #6901

Closed
wants to merge 1 commit into from

Conversation

indutny
Copy link
Member

@indutny indutny commented Jan 17, 2014

All C++ code should be using args.GetIsolate() or env->isolate().
Using static node_isolate var limits possible future functionality
(like multi-isolate support).

see #6899

All C++ code should be using `args.GetIsolate()` or `env->isolate()`.
Using static `node_isolate` var limits possible future functionality
(like multi-isolate support).
@tjfontaine
Copy link

LGTM

@indutny
Copy link
Member Author

indutny commented Jan 20, 2014

Thank you, landed in 159da75

@indutny indutny closed this Jan 20, 2014
@indutny indutny deleted the fix/gh-6899-part1 branch January 20, 2014 19:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants