Home
last modified time | relevance | path

Searched refs:SigintWatchdog (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/
Dnode_watchdog.cc102 SigintWatchdog::SigintWatchdog( in SigintWatchdog() function in node::SigintWatchdog
112 SigintWatchdog::~SigintWatchdog() { in ~SigintWatchdog()
117 SignalPropagation SigintWatchdog::HandleSigint() { in HandleSigint()
Dnode_watchdog.h71 class SigintWatchdog : public SigintWatchdogBase {
73 explicit SigintWatchdog(v8::Isolate* isolate,
75 ~SigintWatchdog();
Dmodule_wrap.cc368 SigintWatchdog swd(isolate, &received_signal); in Evaluate()
371 SigintWatchdog swd(isolate, &received_signal); in Evaluate()
Dnode_contextify.cc972 SigintWatchdog swd(env->isolate(), &received_signal); in EvalMachine()
975 SigintWatchdog swd(env->isolate(), &received_signal); in EvalMachine()
/third_party/node/lib/internal/
Dwatchdog.js7 class SigintWatchdog extends TraceSigintWatchdog { class
58 SigintWatchdog field
/third_party/node/lib/internal/bootstrap/
Dpre_execution.js163 const { SigintWatchdog } = require('internal/watchdog');
165 const watchdog = new SigintWatchdog();