Home
last modified time | relevance | path

Searched defs:Quit (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/lib/
Dscripthost.d.ts128 Quit(exitCode?: number): number; variable
/third_party/typescript/lib/
Dlib.scripthost.d.ts148 Quit(exitCode?: number): number; variable
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs93 Quit = linux_raw_sys::general::SIGQUIT, enumerator
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs194 Quit = c::SIGQUIT, enumerator
/third_party/rust/crates/regex/src/
Ddfa.rs212 Quit, enumerator
/third_party/node/deps/v8/src/d8/
Dd8.cc2672 void Shell::Quit(const v8::FunctionCallbackInfo<v8::Value>& args) { in Quit() function in v8::Shell
/third_party/typescript/tests/lib/
Dlib.d.ts17143 Quit(exitCode?: number): number; variable