Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
>
Examples of errors detected by the...

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();
}