MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / java2js

Function java2js

src/emulation.js:30–38  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

28}
29
30var java2js = function(value) {
31 if (value == undefined) {
32 return undefined;
33 } else if (value == null) {
34 return null;
35 } else {
36 return String(value);
37 }
38};
39
40var chromeEmu = {
41 key : "##REPLACE_KEY##",

Callers 1

emulation.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…