chore: stop using v8::Locker everywhere (#34078)
This commit is contained in:
parent
a2a8e493eb
commit
d8a7219d07
23 changed files with 0 additions and 43 deletions
|
@ -628,8 +628,6 @@ void NodeBindings::UvRunOnce() {
|
|||
if (!env)
|
||||
return;
|
||||
|
||||
// Use Locker in browser process.
|
||||
gin_helper::Locker locker(env->isolate());
|
||||
v8::HandleScope handle_scope(env->isolate());
|
||||
|
||||
// Enter node context while dealing with uv events.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue