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

  /external/v8/src/
execution.h 163 static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe);
166 static const uintptr_t kInterruptLimit = 0xfffffffe;
execution.cc 26 thread_local_.set_jslimit(kInterruptLimit);
27 thread_local_.set_climit(kInterruptLimit);

Completed in 58 milliseconds