Home
last modified time | relevance | path

Searched refs:onPriority (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-priority-event.js14 function onPriority(stream, parent, weight, exclusive) { function
36 server.on('priority', common.mustCall(onPriority));
51 req.on('priority', common.mustCall(onPriority));
/third_party/node/lib/internal/http2/
Dcore.js561 function onPriority(id, parent, weight, exclusive) { function
3321 onPriority,