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

/external/chromium_org/v8/test/webkit/fast/js/
H A Dexcessive-comma-usage.js36 var commaExpressionTestString = "1"; variable
38 commaExpressionTestString += ",1";
39 commaExpressionTestString += ";return true;";
43 shouldBeTrue("new Function(commaExpressionTestString)()");

Completed in 64 milliseconds