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

  /external/v8/src/
execution.h 167 static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe);
170 static const uintptr_t kInterruptLimit = 0xfffffffe;
execution.cc 23 thread_local_.set_jslimit(kInterruptLimit);
24 thread_local_.set_climit(kInterruptLimit);

Completed in 33 milliseconds