Searched refs:kIllegalLimit (Results 1 – 2 of 2) sorted by relevance
241 static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8); variable244 static const uintptr_t kIllegalLimit = 0xfffffff8; variable
421 real_jslimit_ = kIllegalLimit; in Clear()422 jslimit_ = kIllegalLimit; in Clear()423 real_climit_ = kIllegalLimit; in Clear()424 climit_ = kIllegalLimit; in Clear()433 if (real_climit_ == kIllegalLimit) { in Initialize()