mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
`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`.