aoqi@0: test/script/error/NASHORN-154/improper_return_break_continue.js:34:0 Invalid return statement aoqi@0: return 33; aoqi@0: ^ aoqi@0: test/script/error/NASHORN-154/improper_return_break_continue.js:36:0 Illegal continue statement aoqi@0: continue; aoqi@0: ^ aoqi@0: test/script/error/NASHORN-154/improper_return_break_continue.js:37:0 Illegal break statement aoqi@0: break; aoqi@0: ^ aoqi@0: test/script/error/NASHORN-154/improper_return_break_continue.js:39:9 Undefined Label "nonExist" aoqi@0: continue nonExist; aoqi@0: ^ aoqi@0: test/script/error/NASHORN-154/improper_return_break_continue.js:40:6 Undefined Label "nonExist" aoqi@0: break nonExist; aoqi@0: ^