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

  /external/v8/src/
execution.h 164 static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8);
167 static const uintptr_t kIllegalLimit = 0xfffffff8;
execution.cc 408 real_jslimit_ = kIllegalLimit;
409 set_jslimit(kIllegalLimit);
410 real_climit_ = kIllegalLimit;
411 set_climit(kIllegalLimit);
419 if (real_climit_ == kIllegalLimit) {

Completed in 295 milliseconds