Home | History | Annotate | Download | only in regexp

Lines Matching refs:compile_data

378   RegExpCompileData compile_data;
381 &compile_data)) {
384 USE(ThrowRegExpException(re, pattern, compile_data.error));
388 RegExpEngine::Compile(isolate, &zone, &compile_data, flags, pattern,
400 SetIrregexpCaptureNameMap(*data, compile_data.capture_name_map);