Home
last modified time | relevance | path

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

/third_party/node/lib/internal/http2/
Dcore.js235 const kInfoHeaders = Symbol('sent-info-headers'); constant
2055 return this[kInfoHeaders];
2954 if (!this[kInfoHeaders])
2955 this[kInfoHeaders] = [headers];
2957 ArrayPrototypePush(this[kInfoHeaders], headers);