Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dstack-guard.cc252 class V8_NODISCARD ShouldBeZeroOnReturnScope final { class
255 explicit ShouldBeZeroOnReturnScope(int*) {} in ShouldBeZeroOnReturnScope() function in v8::internal::__anon0352a0540111::ShouldBeZeroOnReturnScope
257 explicit ShouldBeZeroOnReturnScope(int* v) : v_(v) {}
258 ~ShouldBeZeroOnReturnScope() { DCHECK_EQ(*v_, 0); }
284 ShouldBeZeroOnReturnScope should_be_zero_on_return(&interrupt_flags); in HandleInterrupts()