Searched refs:MaxLineLength (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DtestRegExp.cpp48 const int MaxLineLength = 100 * 1024; variable
397 char* lineBuffer = new char[MaxLineLength + 1];
415 while ((linePtr = fgets(&lineBuffer[0], MaxLineLength, testCasesFile))) {

Completed in 48 milliseconds