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

Function emitDisplayInitDiag

Ports/JavaScriptPort/src/main/webapp/port.js:549–552  ·  view source on GitHub ↗
(marker)

Source from the content-addressed store, hash-verified

547}
548
549function emitDisplayInitDiag(marker) {
550 const state = checkDisplayInitState();
551 emitDiagLine("PARPAR:DIAG:" + marker + ":displayClassExists=" + (state.displayClassExists ? "1" : "0")+ ":instance=" + (state.instance ? "present" : "null")+ ":edt=" + (state.edt ? "present" : "null") + (state.edtThreadName ? ":edtThreadName=" + state.edtThreadName : ""));
552}
553
554// Enable forwarding System.out.println output to the main thread via postMessage.
555// This is only needed in the browser JS port where Playwright cannot reliably

Callers 2

port.jsFile · 0.85

Calls 2

checkDisplayInitStateFunction · 0.85
emitDiagLineFunction · 0.85

Tested by

no test coverage detected