Name: js-handler/node_modules/nodeunit/test/fixtures/raw_jscode2.js 
1:
function get_a_variable() {
2:
  return typeof a_variable;
3:
}