1 2 3 4 5 6
function run_test() { var cmdLine = Cu.createCommandLine(); try { cmdLine.getArgument(cmdLine.length); } catch (e) {} }