HomeSort by relevance Sort by last modified time
    Searched refs:postpone_interrupts_nesting_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
execution.h 244 return thread_local_.postpone_interrupts_nesting_ > 0;
291 int postpone_interrupts_nesting_; member in class:v8::internal::StackGuard::ThreadLocal
execution.cc 434 if (thread_local_.postpone_interrupts_nesting_ == 0) {
452 if (thread_local_.postpone_interrupts_nesting_ == 0) {
535 postpone_interrupts_nesting_ = 0;
555 postpone_interrupts_nesting_ = 0;
isolate.h     [all...]

Completed in 82 milliseconds