Name: js-handler/node_modules/nodeunit/test/fixtures/raw_jscode1.js 
1:
function hello_world(arg) {
2:
  return "_" + arg + "_";
3:
}