mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
18 lines
230 B
JavaScript
18 lines
230 B
JavaScript
function f() {
|
|
var result;
|
|
res = computeInterestingResult();
|
|
return result.value;
|
|
}
|
|
|
|
(function(_window) {
|
|
if (_window)
|
|
setupNode();
|
|
|
|
function parse() {
|
|
return uuid;
|
|
}
|
|
|
|
var uuid = parse;
|
|
uuid.v1 = v1;
|
|
})();
|