Files
codeql/javascript/ql/test/library-tests/Expr/functions.js
2018-08-02 17:53:23 +01:00

10 lines
109 B
JavaScript

function f() {
in_f;
while (also_in_f)
(function() {
not_in_f;
})({
x: in_f_again
});
}
global;