Home | History | Annotate | Download | only in regexp

Lines Matching defs:compile_data

372   RegExpCompileData compile_data;
376 flags & JSRegExp::kUnicode, &compile_data)) {
379 USE(ThrowRegExpException(re, pattern, compile_data.error));
383 isolate, &zone, &compile_data, flags & JSRegExp::kIgnoreCase,