Home
last modified time | relevance | path

Searched refs:kNoop (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
25 if (mode_ != kNoop) stack_guard_->PopInterruptsScope(); in ~InterruptsScope()
H A Dinterrupts-scope.cc18 if (mode_ != kNoop) stack_guard_->PushInterruptsScope(this); in InterruptsScope()
H A Dstack-guard.cc81 DCHECK_NE(scope->mode_, InterruptsScope::kNoop); in PushInterruptsScope()
110 DCHECK_NE(top->mode_, InterruptsScope::kNoop); in PopInterruptsScope()
/third_party/node/deps/v8/src/api/
H A Dapi-inl.h152 : i::InterruptsScope::kNoop) { in CallDepthScope()

Completed in 2 milliseconds