How to get the pid of nw.exe in node-webkit?

How to to get PID of current instance of nw.exe in node-webkit from my JavaScript code?

As nw exposes all node api in addition to DOM, you can use process.pid