Home
last modified time | relevance | path

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

/third_party/node/lib/internal/http2/
Dcore.js210 const kEncrypted = Symbol('encrypted'); constant
1013 this[kEncrypted] = true;
1019 this[kEncrypted] = false;
1197 this[kEncrypted] = undefined;
1241 return this[kEncrypted];