mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
16 lines
157 B
JavaScript
16 lines
157 B
JavaScript
(function() {
|
|
v;
|
|
o.m();
|
|
f();
|
|
x == y;
|
|
o.p;
|
|
new K();
|
|
a + b;
|
|
new "";
|
|
""();
|
|
o[x];
|
|
o['x'];
|
|
o['x']();
|
|
!'';
|
|
});
|