Searched refs:FunctionLoggingParserRecorder (Results 1 – 2 of 2) sorted by relevance
83 class FunctionLoggingParserRecorder : public ParserRecorder {85 FunctionLoggingParserRecorder();86 virtual ~FunctionLoggingParserRecorder() {} in ~FunctionLoggingParserRecorder()148 class PartialParserRecorder : public FunctionLoggingParserRecorder {150 PartialParserRecorder() : FunctionLoggingParserRecorder() { } in PartialParserRecorder()163 class CompleteParserRecorder: public FunctionLoggingParserRecorder {
43 FunctionLoggingParserRecorder::FunctionLoggingParserRecorder() in FunctionLoggingParserRecorder() function in v8::internal::FunctionLoggingParserRecorder62 void FunctionLoggingParserRecorder::LogMessage(int start_pos, in LogMessage()82 void FunctionLoggingParserRecorder::WriteString(Vector<const char> str) { in WriteString()112 : FunctionLoggingParserRecorder(), in CompleteParserRecorder()