Searched defs:after_what (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dexecution.cc488 void StackGuard::Continue(InterruptFlag after_what) { argument
490 thread_local_.interrupt_flags_ &= ~static_cast<int>(after_what);

Completed in 23 milliseconds