Home
last modified time | relevance | path

Searched refs:sessionName (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-misc-util.js12 sessionName
16 assert.strictEqual(sessionName(0), 'server');
17 assert.strictEqual(sessionName(1), 'client');
19 assert.strictEqual(sessionName(2), '<invalid>');
/third_party/node/lib/internal/http2/
Dutil.js639 function sessionName(type) { function
679 sessionName, property
Dcore.js158 sessionName,
199 id, sessionName(sessionType), ...new SafeArrayIterator(args));
209 debug('Http2Session %s: ' + message, sessionName(sessionType),