Searched refs:isKeyObject (Results 1 – 7 of 7) sorted by relevance
75 let isKeyObject; variable78 isKeyObject: { property87 if (!isKeyObject) {88 ({ isKeyObject } = require('internal/crypto/keys'));91 return isKeyObject(obj);
133 if (!isKeyObject(otherKeyObject)) {530 if (isKeyObject(key)) {543 if (isKeyObject(data))583 if (isKeyObject(key)) {637 function isKeyObject(obj) { function779 isKeyObject, property
30 isKeyObject,76 if (isKeyObject(key))
21 isKeyObject,335 if (!isKeyObject(pkey))343 if (!isKeyObject(pkey))
289 assert.ok(!types.isKeyObject(crypto.createHash('sha1')));292 assert.ok(!types.isKeyObject());
2433 ### `util.types.isKeyObject(value)`
2181 …node/commit/fbf02e3198)] - **(SEMVER-MINOR)** **util**: add util.types.isKeyObject and util.types.…2268 …node/commit/fbf02e3198)] - **(SEMVER-MINOR)** **util**: add util.types.isKeyObject and util.types.…