Searched refs:regexp_indices (Results 1 – 2 of 2) sorted by relevance
386 List<int>* list = isolate->regexp_indices(); in GetRewoundRegexpIndicesList()395 if (isolate->regexp_indices()->capacity() > kMaxRegexpIndicesListCapacity) { in TruncateRegexpIndicesList()396 isolate->regexp_indices()->Clear(); // Throw away backing storage in TruncateRegexpIndicesList()
924 List<int>* regexp_indices() { return ®exp_indices_; } in regexp_indices() function