Home
last modified time | relevance | path

Searched refs:kIrregexpBacktrackLimit (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-regexp.h203 static constexpr int kIrregexpBacktrackLimit = variable
205 static constexpr int kIrregexpDataSize = kIrregexpBacktrackLimit + 1;
Djs-regexp.cc111 return static_cast<uint32_t>(Smi::ToInt(DataAt(kIrregexpBacktrackLimit))); in backtrack_limit()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1522 CHECK_EQ(arr.get(JSRegExp::kIrregexpBacktrackLimit), uninitialized); in JSRegExpVerify()
1559 CHECK(arr.get(JSRegExp::kIrregexpBacktrackLimit).IsSmi()); in JSRegExpVerify()
/third_party/node/deps/v8/src/regexp/
Dregexp.cc596 data->set(JSRegExp::kIrregexpBacktrackLimit, Smi::FromInt(backtrack_limit)); in CompileIrregexp()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3608 store.set(JSRegExp::kIrregexpBacktrackLimit, Smi::FromInt(backtrack_limit)); in SetRegExpIrregexpData()
3632 store.set(JSRegExp::kIrregexpBacktrackLimit, uninitialized); in SetRegExpExperimentalData()