Skip to content

Instantly share code, notes, and snippets.

/result.md Secret

Created September 15, 2015 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3c156bc277c389714699 to your computer and use it in GitHub Desktop.
Save anonymous/3c156bc277c389714699 to your computer and use it in GitHub Desktop.
result of hagb4rd's code

For this code:

 Object.keys(process)

This was the output:

[ 'title',
  'version',
  'moduleLoadList',
  'versions',
  'arch',
  'platform',
  'argv',
  'execArgv',
  'env',
  'pid',
  'features',
  '_needImmediateCallback',
  'execPath',
  'debugPort',
  '_startProfilerIdleNotifier',
  '_stopProfilerIdleNotifier',
  '_getActiveRequests',
  '_getActiveHandles',
  'reallyExit',
  'abort',
  'chdir',
  'cwd',
  'umask',
  'getuid',
  'geteuid',
  'setuid',
  'seteuid',
  'setgid',
  'setegid',
  'getgid',
  'getegid',
  'getgroups',
  'setgroups',
  'initgroups',
  '_kill',
  '_debugProcess',
  '_debugPause',
  '_debugEnd',
  'hrtime',
  'dlopen',
  'uptime',
  'memoryUsage',
  'binding',
  '_linkedBinding',
  '_events',
  '_rawDebug',
  'domain',
  '_maxListeners',
  'EventEmitter',
  '_makeCallbackAbortOnUncaught',
  '_fatalException',
  '_exiting',
  'assert',
  'config',
  'nextTick',
  '_tickCallback',
  '_tickDomainCallback',
  'stdout',
  'stderr',
  'stdin',
  'openStdin',
  'exit',
  'kill',
  '_eventsCount',
  'mainModule' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment