Lines Matching refs:node
32 const prompt_unix = 'node via Unix socket> ';
33 const prompt_tcp = 'node via TCP socket> ';
496 // Regression test for https://github.com/nodejs/node/issues/597
508 // Regression tests for https://github.com/nodejs/node/issues/2749
517 // Regression tests for https://github.com/nodejs/node/issues/3421
605 // or block comment. https://github.com/nodejs/node/issues/3611
615 // Mitigate https://github.com/nodejs/node/issues/548
617 send: 'function name(){ return "node"; };name()',
618 expect: '\'node\''
645 // https://github.com/nodejs/node/issues/9850
666 // https://github.com/nodejs/node/issues/9300
682 // https://github.com/nodejs/node/issues/16483