Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Leave context after Runtime::PrepareV8Runtime()
In PrepareV8Runtime() we enter the context but never leave it. This is mostly harmless but fails a DCHECK because when we leave the scope of the Locker, there is not supposed to be an entered context.
- Loading branch information