Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dkeys.js76 const kKeyType = Symbol('kKeyType'); constant
111 this[kKeyType] = type;
123 return this[kKeyType];
638 return obj != null && obj[kKeyType] !== undefined;