%PDF- %PDF-
Direktori : /proc/self/root/usr/src/node-v0.10.4/test/fixtures/ |
Current File : //proc/self/root/usr/src/node-v0.10.4/test/fixtures/breakpoints_utf8.js |
debugger; function a(x) { var i = 10; while (--i != 0); debugger; return i; } function b() { return ['こんにち', 'わ'].join(' '); } a(); a(1); b(); b(); setInterval(function() { }, 5000); now = new Date(); debugger;