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.
using
1 parent d7d22ea commit 9bbbf12Copy full SHA for 9bbbf12
test/cctest/node_test_fixture.h
@@ -8,13 +8,6 @@
8
#include "v8.h"
9
#include "libplatform/libplatform.h"
10
11
-using node::Environment;
12
-using node::IsolateData;
13
-using node::CreateIsolateData;
14
-using node::CreateEnvironment;
15
-using node::AtExit;
16
-using node::RunAtExit;
17
-
18
class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
19
public:
20
virtual void* Allocate(size_t length) {
0 commit comments