Home
last modified time | relevance | path

Searched refs:kRunInterrupts (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dinterrupts-scope.h19 enum Mode { kPostponeInterrupts, kRunInterrupts, kNoop }; enumerator
65 InterruptsScope::kRunInterrupts) {} in SafeForInterruptsScope()
H A Dinterrupts-scope.cc26 if (current->mode_ == kRunInterrupts) { in Intercept()
27 // If innermost scope is kRunInterrupts scope, prevent interrupt from in Intercept()
H A Dstack-guard.cc89 DCHECK_EQ(scope->mode_, InterruptsScope::kRunInterrupts); in PushInterruptsScope()
116 DCHECK_EQ(top->mode_, InterruptsScope::kRunInterrupts); in PopInterruptsScope()
/third_party/node/deps/v8/src/api/
H A Dapi-inl.h150 ? i::InterruptsScope::kRunInterrupts in CallDepthScope()

Completed in 3 milliseconds