Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Isolate::GetCurrent() is not supposed to return null; if there is no current isolate it's supposed to crash. Since we are checking for null right after, I think we want TryGetCurrent() here.
- Loading branch information