We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e854bfa commit 8d41b07Copy full SHA for 8d41b07
src/api/async_resource.cc
@@ -4,7 +4,6 @@
4
namespace node {
5
6
using v8::Function;
7
-using v8::HandleScope;
8
using v8::Isolate;
9
using v8::Local;
10
using v8::MaybeLocal;
src/api/environment.cc
@@ -21,7 +21,6 @@ using v8::HandleScope;
21
22
23
24
-using v8::Message;
25
using v8::MicrotasksPolicy;
26
using v8::Null;
27
using v8::Object;
src/api/exceptions.cc
@@ -12,11 +12,9 @@
12
13
14
using v8::Exception;
15
16
using v8::Integer;
17
18
19
20
using v8::NewStringType;
using v8::String;
0 commit comments