Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds