MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / browser_bridge.js

File browser_bridge.js

vm/ByteCodeTranslator/src/javascript/browser_bridge.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1(function(global) {
2 function shouldEnableDiag() {
3 if (global.__parparDiagEnabled != null) {
4 return !!global.__parparDiagEnabled;

Callers

nothing calls this directly

Calls 15

diagFunction · 0.85
postHostCallbackFunction · 0.85
normalizeHostResultFunction · 0.85
cn1InvokeNativeInterfaceFunction · 0.85
hostResultFunction · 0.85
resolveHostRefFunction · 0.85
mapHostArgsFunction · 0.85
noteDrawTargetFunction · 0.85
isCanvasLikeFunction · 0.85
getSurfaceFunction · 0.85
replaySurfaceCommandsFunction · 0.85

Tested by

no test coverage detected