mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
remove v8::Locker from deno_respond (#2664)
This commit is contained in:
parent
056c146175
commit
042484d45a
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ void deno_respond(Deno* d_, void* user_data, deno_buf buf) {
|
|||
|
||||
// Asynchronous response.
|
||||
deno::UserDataScope user_data_scope(d, user_data);
|
||||
v8::Locker locker(d->isolate_);
|
||||
v8::Isolate::Scope isolate_scope(d->isolate_);
|
||||
v8::HandleScope handle_scope(d->isolate_);
|
||||
|
||||
|
|
Loading…
Reference in a new issue