MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / emitFormInitLafDiag

Function emitFormInitLafDiag

Ports/JavaScriptPort/src/main/webapp/port.js:2910–2916  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

2908const displayShouldRenderSelectionMethodId = "cn1_s_shouldRenderSelection_R_boolean";
2909let formInitLafDiagCount = 0;
2910function emitFormInitLafDiag(line) {
2911 if (formInitLafDiagCount >= 80) {
2912 return;
2913 }
2914 formInitLafDiagCount++;
2915 emitDiagLine(line);
2916}
2917function isCiFallbackFunction(candidate, fallbackSymbol) {
2918 return !!(candidate && candidate.__cn1CiFallbackSymbol === fallbackSymbol);
2919}

Callers 1

port.jsFile · 0.85

Calls 1

emitDiagLineFunction · 0.85

Tested by

no test coverage detected