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

  /external/v8/src/
execution.h 241 static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8);
244 static const uintptr_t kIllegalLimit = 0xfffffff8;
execution.cc 421 real_jslimit_ = kIllegalLimit;
422 jslimit_ = kIllegalLimit;
423 real_climit_ = kIllegalLimit;
424 climit_ = kIllegalLimit;
433 if (real_climit_ == kIllegalLimit) {

Completed in 18 milliseconds