Lines Matching defs:const
3 const common = require('../common');
7 const assert = require('assert');
8 const http2 = require('http2');
11 const server = http2.createServer();
17 const types = {
27 const client = http2.connect(`http://localhost:${server.address().port}`);
30 const outOfRangeNum = 2 ** 32;
65 const server = http2.createServer();
72 const client = http2.connect(`http://localhost:${server.address().port}`);
75 const windowSize = 2 ** 20;
76 const defaultSetting = http2.getDefaultSettings();
93 const server = http2.createServer();
100 const client = http2.connect(`http://localhost:${server.address().port}`);
103 const windowSize = 20;
104 const defaultSetting = http2.getDefaultSettings();