This website uses cookies and other technology to provide you a more personalized
experience. By
continuing the view of our web-pages you accept the terms of using these files. If you
don't
want your personal data to be processed, please, leave this site.
Learn More →
Examples of errors detected by the V538 diagnostic
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();
}