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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Continued from #6897. If node wants to grow multi-isolate powers, then node_isolate needs to go. In most places you can trivially replace it with args.GetIsolate() but not everywhere.
Performance impact: args.GetIsolate() is eminently inline-able so the impact should be close or equal to zero.
Continued from #6897. If node wants to grow multi-isolate powers, then node_isolate needs to go. In most places you can trivially replace it with
args.GetIsolate()
but not everywhere.Performance impact:
args.GetIsolate()
is eminently inline-able so the impact should be close or equal to zero./cc @indutny
The text was updated successfully, but these errors were encountered: