Home | History | Annotate | Download | only in src

Lines Matching full:exit_code

521   int exit_code = args[0]->Int32Value();
525 exit(exit_code);
928 void Shell::Exit(int exit_code) {
933 _exit(exit_code);