Home
last modified time | relevance | path

Searched refs:PushInterruptsScope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dinterrupts-scope.cc18 if (mode_ != kNoop) stack_guard_->PushInterruptsScope(this); in InterruptsScope()
Dstack-guard.h136 void PushInterruptsScope(InterruptsScope* scope);
Dstack-guard.cc79 void StackGuard::PushInterruptsScope(InterruptsScope* scope) { in PushInterruptsScope() function in v8::internal::StackGuard