Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dtypes.js75 let isKeyObject; variable
78 isKeyObject: { property
87 if (!isKeyObject) {
88 ({ isKeyObject } = require('internal/crypto/keys'));
91 return isKeyObject(obj);
/third_party/node/lib/internal/crypto/
Dkeys.js133 if (!isKeyObject(otherKeyObject)) {
530 if (isKeyObject(key)) {
543 if (isKeyObject(data))
583 if (isKeyObject(key)) {
637 function isKeyObject(obj) { function
779 isKeyObject, property
Dhkdf.js30 isKeyObject,
76 if (isKeyObject(key))
Dx509.js21 isKeyObject,
335 if (!isKeyObject(pkey))
343 if (!isKeyObject(pkey))
/third_party/node/test/parallel/
Dtest-util-types.js289 assert.ok(!types.isKeyObject(crypto.createHash('sha1')));
292 assert.ok(!types.isKeyObject());
/third_party/node/doc/api/
Dutil.md2433 ### `util.types.isKeyObject(value)`
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md2181 …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.…