Home | History | Annotate | Download | only in src

Lines Matching refs:in_cache

546 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) {
552 msg.Append(in_cache ? ",hit\n" : ",miss\n");