Method values on node builtin module/global objects read as a small handle/number, not 'function', even though the call forms work. Affects process.cwd/nextTick/hrtime/exit/on/uptime/memoryUsage/cpuUsage and crypto.createHash/createHmac/randomBytes/pbkdf2Sync. Repros: node-suite/process/shapes/method-types, process/nexttick/is-function, crypto/shapes/method-types. Part of #793.
Method values on node builtin module/global objects read as a small handle/number, not 'function', even though the call forms work. Affects process.cwd/nextTick/hrtime/exit/on/uptime/memoryUsage/cpuUsage and crypto.createHash/createHmac/randomBytes/pbkdf2Sync. Repros: node-suite/process/shapes/method-types, process/nexttick/is-function, crypto/shapes/method-types. Part of #793.