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;
10
10
using v8::Integer;
11
11
using v8::Isolate;
12
12
using v8::Local;
13
+ using v8::NewStringType;
13
14
using v8::Object;
14
15
using v8::String;
15
16
using v8::Value;
16
- using v8::NewStringType;
17
17
18
18
void RunAtExit (Environment* env) {
19
19
env->RunAtExitCallbacks ();
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ namespace node {
14
14
namespace inspector {
15
15
namespace {
16
16
17
- using v8_inspector::StringView;
18
17
using v8_inspector::StringBuffer;
18
+ using v8_inspector::StringView;
19
19
20
20
template <typename T>
21
21
class DeletableWrapper : public Deletable {
Original file line number Diff line number Diff line change @@ -43,13 +43,11 @@ using v8::HeapSpaceStatistics;
43
43
using v8::HeapStatistics;
44
44
using v8::Isolate;
45
45
using v8::Local;
46
- using v8::Number;
47
46
using v8::Object;
48
- using v8::StackTrace;
49
47
using v8::String;
50
48
using v8::TryCatch;
51
- using v8::Value;
52
49
using v8::V8;
50
+ using v8::Value;
53
51
54
52
namespace per_process = node::per_process;
55
53
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ namespace {
6
6
using v8::FunctionCallbackInfo;
7
7
using v8::Isolate;
8
8
using v8::Local;
9
- using v8::NewStringType;
10
9
using v8::Object;
11
10
using v8::Promise;
12
11
using v8::String;
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ using v8::FunctionCallbackInfo;
17
17
using v8::Isolate;
18
18
using v8::Local;
19
19
using v8::Object;
20
- using v8::NewStringType;
21
20
using v8::String;
22
21
using v8::Value;
23
22
Original file line number Diff line number Diff line change 5
5
namespace {
6
6
7
7
using v8::Context;
8
- using v8::Function;
9
- using v8::FunctionTemplate;
10
8
using v8::Isolate;
11
9
using v8::Local;
12
10
using v8::MaybeLocal;
13
- using v8::NewStringType;
14
11
using v8::Object;
15
12
using v8::Script;
16
13
using v8::String;
Original file line number Diff line number Diff line change 25
25
using v8::Boolean;
26
26
using v8::Function;
27
27
using v8::FunctionCallbackInfo;
28
- using v8::Local;
29
28
using v8::Isolate;
29
+ using v8::Local;
30
30
using v8::Object;
31
31
using v8::Value;
32
32
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ using v8::Context;
6
6
using v8::FunctionCallbackInfo;
7
7
using v8::Isolate;
8
8
using v8::Local;
9
- using v8::Object;
10
9
using v8::Value;
11
10
12
11
// Give these things names in the public namespace so that we can see
Original file line number Diff line number Diff line change 6
6
#include < uv.h>
7
7
8
8
using v8::Context;
9
- using v8::HandleScope;
10
- using v8::Isolate;
11
9
using v8::Local;
12
10
using v8::Object;
13
11
using v8::Value;
Original file line number Diff line number Diff line change 5
5
6
6
#include " gtest/gtest.h"
7
7
8
- using node::base64_encode;
9
8
using node::base64_decode;
9
+ using node::base64_encode;
10
10
11
11
TEST (Base64Test, Encode) {
12
12
auto test = [](const char * string, const char * base64_string) {
You can’t perform that action at this time.
0 commit comments