We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784102f commit d23c49fCopy full SHA for d23c49f
src/node_url.cc
@@ -2085,7 +2085,6 @@ static void DomainToUnicode(const FunctionCallbackInfo<Value>& args) {
2085
const Local<Value> URL::ToObject(Environment* env) const {
2086
Isolate* isolate = env->isolate();
2087
Local<Context> context = env->context();
2088
- HandleScope handle_scope(isolate);
2089
Context::Scope context_scope(context);
2090
2091
const Local<Value> undef = Undefined(isolate);
0 commit comments