codeql/javascript/ql/test/library-tests/Patterns/ObjectPattern_getPropertyPa...

6 строки
121 B
Plaintext

import javascript
from ObjectPattern op, int i, PropertyPattern pp
where pp = op.getPropertyPattern(i)
select op, i, pp