Skip to content

src: use Isolate::TryGetCurrent where appropriate

In two places, we call Isolate::GetCurrent() even though that is technically invalid usage of the function. Now that V8 exposes Isolate::TryGetCurrent(), we can do this in a proper way.

Merge request reports

Loading