Searched refs:kCompilationErrorValue (Results 1 – 3 of 3) sorted by relevance
333 entry_value == JSRegExp::kCompilationErrorValue || in CompileIrregexp()336 if (entry_value == JSRegExp::kCompilationErrorValue) { in CompileIrregexp()
1353 value == JSRegExp::kCompilationErrorValue) { in UpdateRegExpCodeAgeAndFlush()
6365 static const int kCompilationErrorValue = -2; variable