Примеры ошибок, обнаруженных с помощью диагностики V538
V538. The line contains control character 0x0B (vertical tabulation).
EA WebKit
V538 The line contains control character 0x0B (vertical tabulation). EAWebkit objectprototype.cpp 83
while (true) {
if (!v->isObject())
return jsBoolean(false);
if (thisObj == v)
return jsBoolean(true);
v = static_cast<JSObject*>(v)->prototype();
}