Namespace node.sys

Method Summary

Method Attributes Method Name and Description
static  
node.sys.debug(x)
static  
node.sys.error(x)
static  
node.sys.exec()
static  
node.sys.inherits(ctor, superCtor)
static  
node.sys.inspect(obj, showHidden, depth, colors)
static  
node.sys.log(msg)
static  
node.sys.p()
static  
node.sys.print()
static  
node.sys.pump(readStream, writeStream, callback)
static  
node.sys.puts()

Method Detail

  • static node.sys.debug(x)
    Parameters:
    {string} x
  • static node.sys.error(x)
    Parameters:
    {string} x
  • static node.sys.exec()
  • static node.sys.inherits(ctor, superCtor)
    Parameters:
    {Function} ctor
    {Function} superCtor
  • static node.sys.inspect(obj, showHidden, depth, colors)
    Parameters:
    {Object} obj
    {string} showHidden
    {number} depth
    {string} colors
  • static node.sys.log(msg)
    Parameters:
    {string} msg
  • static node.sys.p()
  • static node.sys.print()
  • static node.sys.pump(readStream, writeStream, callback)
    Parameters:
    {node.stream.Stream} readStream
    {node.stream.Stream} writeStream
    {function(Error?|...[*]):undefined=} callback
  • static node.sys.puts()