We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0202c6c commit 64689edCopy full SHA for 64689ed
src/node.cc
@@ -128,7 +128,6 @@ namespace node {
128
using options_parser::kAllowedInEnvironment;
129
using options_parser::kDisallowedInEnvironment;
130
using v8::Array;
131
-using v8::ArrayBuffer;
132
using v8::Boolean;
133
using v8::Context;
134
using v8::DEFAULT;
@@ -148,16 +147,13 @@ using v8::Maybe;
148
147
using v8::MaybeLocal;
149
using v8::Message;
150
using v8::MicrotasksPolicy;
151
-using v8::Name;
152
using v8::NamedPropertyHandlerConfiguration;
153
using v8::NewStringType;
154
using v8::None;
155
using v8::Nothing;
156
using v8::Null;
157
-using v8::Number;
158
using v8::Object;
159
using v8::ObjectTemplate;
160
-using v8::Promise;
161
using v8::PropertyAttribute;
162
using v8::ReadOnly;
163
using v8::Script;
0 commit comments