Home | History | Annotate | Download | only in src

Lines Matching defs:Quit

894 void Shell::Quit(const v8::FunctionCallbackInfo<v8::Value>& args) {
1125 // Some Emscripten-generated code tries to call 'quit', which in turn would
1127 // we can terminate cleanly then, so we need a way to hide 'quit'.
1130 String::NewFromUtf8(isolate, "quit", NewStringType::kNormal)
1132 FunctionTemplate::New(isolate, Quit));
1946 } else if (strcmp(argv[i], "--omit-quit") == 0) {