Property accesses
Author: LGTM
import javascript
from PropAccess p
where p.getPropertyName() = 'innerHTML'
select p
Description
Finds property accesses of the form `x.innerHTML`
import javascript
from PropAccess p
where p.getPropertyName() = 'innerHTML'
select p
Finds property accesses of the form `x.innerHTML`