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 235530f commit 890add3Copy full SHA for 890add3
src/node_url_pattern.cc
@@ -61,7 +61,6 @@ using v8::FunctionTemplate;
61
using v8::Global;
62
using v8::Isolate;
63
using v8::Local;
64
-using v8::LocalVector;
65
using v8::MaybeLocal;
66
using v8::Name;
67
using v8::NewStringType;
src/node_v8.cc
@@ -47,7 +47,6 @@ using v8::Isolate;
47
48
using v8::LocalVector;
49
50
-using v8::Name;
51
using v8::Object;
52
using v8::ScriptCompiler;
53
using v8::String;
src/node_worker.cc
@@ -38,7 +38,6 @@ using v8::Local;
38
using v8::Locker;
39
using v8::Maybe;
40
41
42
43
using v8::Null;
44
using v8::Number;
0 commit comments