Files
codeql/javascript/ql/test/query-tests/LanguageFeatures/PropertyWriteOnPrimitive/PropertyWriteOnPrimitive.expected
2025-02-28 13:27:38 +01:00

7 lines
371 B
Plaintext

#select
| tst.js:1:1:1:3 | (0) | Assignment to property foo of a primitive value with type number. |
| tst.js:8:5:8:5 | s | Assignment to a property of a primitive value with type string. |
| tst.js:13:3:13:3 | x | Assignment to property y of a primitive value with type number or string. |
testFailures
| tst.js:3:37:3:95 | // $ Al ... cess.ql | Missing result: Alert |