Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dinterrupts-scope.h25 if (mode_ != kNoop) stack_guard_->PopInterruptsScope(); in ~InterruptsScope()
Dstack-guard.h137 void PopInterruptsScope();
Dstack-guard.cc107 void StackGuard::PopInterruptsScope() { in PopInterruptsScope() function in v8::internal::StackGuard