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

Function vmDiag

vm/ByteCodeTranslator/src/javascript/parparvm_runtime.js:455–460  ·  view source on GitHub ↗
(phase, key, value)

Source from the content-addressed store, hash-verified

453 return String(value).replace(/\s+/g, "_");
454}
455function vmDiag(phase, key, value) {
456 if (!VM_DIAG_ENABLED) {
457 return;
458 }
459 vmTrace("DIAG:" + phase + ":" + key + "=" + diagValue(value));
460}
461// Always-on lifecycle log — writes to console.log regardless of the
462// parparDiag URL flag so a user who reports "stuck on Loading..., no
463// console output" can confirm whether the runtime even executed. Kept

Callers 8

resolveVirtualFunction · 0.85
invokeJsoBridgeFunction · 0.85
unwrapJsValueFunction · 0.85
failFunction · 0.85
startFunction · 0.85
cn1_ivResolveFunction · 0.85

Calls 2

vmTraceFunction · 0.85
diagValueFunction · 0.70

Tested by

no test coverage detected