mirror of
https://github.com/github/codeql.git
synced 2026-01-19 09:24:46 +01:00
3 lines
43 B
JavaScript
3 lines
43 B
JavaScript
function eval(f, x, y) {
|
|
return f(x, y);
|
|
} |