File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2222
2323namespace node {
2424
25+ using quic::BindingData;
2526using v8::ArrayBuffer;
2627using v8::ArrayBufferView;
2728using v8::BackingStore;
2829using v8::Local;
2930using v8::Object;
3031using v8::ObjectTemplate;
3132using v8::Promise;
32- using v8::Uint8Array;
3333using v8::TypedArray;
34+ using v8::Uint8Array;
3435using v8::Value;
3536
3637namespace {
@@ -1412,7 +1413,6 @@ JS_METHOD_IMPL(DataQueueFeeder::AddFakePull) {
14121413 feeder->tryWakePulls ();
14131414}
14141415
1415- using quic::BindingData;
14161416JS_CONSTRUCTOR_IMPL (DataQueueFeeder, dataqueuefeeder_constructor_template, {
14171417 auto isolate = env->isolate ();
14181418 JS_NEW_CONSTRUCTOR ();
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ namespace node {
2020using v8::Array;
2121using v8::ArrayBuffer;
2222using v8::ArrayBufferView;
23- using v8::BackingStore;
2423using v8::BigInt;
2524using v8::Global;
2625using v8::Integer;
You can’t perform that action at this time.
0 commit comments