mirror of
https://github.com/github/codeql.git
synced 2026-02-15 06:23:42 +01:00
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
goog.module('x.y.z.closure2');
|
|
|
|
exports = function (x) { // $ Source[js/polynomial-redos]
|
|
/u*o/.test(x); // $ Alert[js/polynomial-redos]
|
|
}
|