Method calls

Author: LGTM

import javascript

from MethodCallExpr c
where
  c.getReceiver() instanceof ThisExpr and
  c.getMethodName() = 'isMounted'
select c

Description

Finds calls of the form `this.isMounted(...)`