File tree Expand file tree Collapse file tree 12 files changed +16
-29
lines changed Expand file tree Collapse file tree 12 files changed +16
-29
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ using v8::HandleScope;
1010using v8::Integer;
1111using v8::Isolate;
1212using v8::Local;
13+ using v8::NewStringType;
1314using v8::Object;
1415using v8::String;
1516using v8::Value;
16- using v8::NewStringType;
1717
1818void RunAtExit (Environment* env) {
1919 env->RunAtExitCallbacks ();
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ namespace node {
1414namespace inspector {
1515namespace {
1616
17- using v8_inspector::StringView;
1817using v8_inspector::StringBuffer;
18+ using v8_inspector::StringView;
1919
2020template <typename T>
2121class DeletableWrapper : public Deletable {
Original file line number Diff line number Diff line change @@ -43,13 +43,11 @@ using v8::HeapSpaceStatistics;
4343using v8::HeapStatistics;
4444using v8::Isolate;
4545using v8::Local;
46- using v8::Number;
4746using v8::Object;
48- using v8::StackTrace;
4947using v8::String;
5048using v8::TryCatch;
51- using v8::Value;
5249using v8::V8;
50+ using v8::Value;
5351
5452namespace per_process = node::per_process;
5553
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ namespace {
66using v8::FunctionCallbackInfo;
77using v8::Isolate;
88using v8::Local;
9- using v8::NewStringType;
109using v8::Object;
1110using v8::Promise;
1211using v8::String;
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ using v8::FunctionCallbackInfo;
1717using v8::Isolate;
1818using v8::Local;
1919using v8::Object;
20- using v8::NewStringType;
2120using v8::String;
2221using v8::Value;
2322
Original file line number Diff line number Diff line change 55namespace {
66
77using v8::Context;
8- using v8::Function;
9- using v8::FunctionTemplate;
108using v8::Isolate;
119using v8::Local;
1210using v8::MaybeLocal;
13- using v8::NewStringType;
1411using v8::Object;
1512using v8::Script;
1613using v8::String;
Original file line number Diff line number Diff line change 2525using v8::Boolean;
2626using v8::Function;
2727using v8::FunctionCallbackInfo;
28- using v8::Local;
2928using v8::Isolate;
29+ using v8::Local;
3030using v8::Object;
3131using v8::Value;
3232
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ using v8::Context;
66using v8::FunctionCallbackInfo;
77using v8::Isolate;
88using v8::Local;
9- using v8::Object;
109using v8::Value;
1110
1211// Give these things names in the public namespace so that we can see
Original file line number Diff line number Diff line change 66#include < uv.h>
77
88using v8::Context;
9- using v8::HandleScope;
10- using v8::Isolate;
119using v8::Local;
1210using v8::Object;
1311using v8::Value;
Original file line number Diff line number Diff line change 55
66#include " gtest/gtest.h"
77
8- using node::base64_encode;
98using node::base64_decode;
9+ using node::base64_encode;
1010
1111TEST (Base64Test, Encode) {
1212 auto test = [](const char * string, const char * base64_string) {
You can’t perform that action at this time.
0 commit comments