Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/sshpk/lib/
Dutils.js34 var MAX_CLASS_DEPTH = 3; variable
48 if (!proto || ++depth > MAX_CLASS_DEPTH)
75 assert.ok(proto && ++depth <= MAX_CLASS_DEPTH,