Searched refs:ShouldBeZeroOnReturnScope (Results 1 – 1 of 1) sorted by relevance
252 class V8_NODISCARD ShouldBeZeroOnReturnScope final { class255 explicit ShouldBeZeroOnReturnScope(int*) {} in ShouldBeZeroOnReturnScope() function in v8::internal::__anon0352a0540111::ShouldBeZeroOnReturnScope257 explicit ShouldBeZeroOnReturnScope(int* v) : v_(v) {}258 ~ShouldBeZeroOnReturnScope() { DCHECK_EQ(*v_, 0); }284 ShouldBeZeroOnReturnScope should_be_zero_on_return(&interrupt_flags); in HandleInterrupts()