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

/external/chromium_org/v8/src/
H A Dexecution.cc534 void StackGuard::Continue(InterruptFlag after_what) { argument
536 thread_local_.interrupt_flags_ &= ~static_cast<int>(after_what);
/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 90 milliseconds