Files
codeql/javascript
erik-krogh 13a01e1545 fix a this reference
`this` didn't refer to anything specific, and it was in fact `undefined` in the context it was invoked. There was already a  `let typeTable = this;` further up (where `this` refers to the class instance), so I used `typeTable`.
2023-12-12 10:32:31 +01:00
..
2023-12-12 10:32:31 +01:00
2022-10-20 08:18:23 -04:00
2023-12-08 16:56:54 +01:00