io.shiftleft.js2cpg.cpg.passes

Type members

Classlikes

class CallLinkerPass(cpg: Cpg) extends CpgPass

The Javascript specific call linker links static call sites (by full name) and call sites to methods in the same file (by name).

The Javascript specific call linker links static call sites (by full name) and call sites to methods in the same file (by name).

Companion
object
Companion
class
class DefineTypes extends Enumeration
object Defines extends DefineTypes
class UsedIdentNodesPass(val usedIdentNodes: Set[String]) extends DefaultAstVisitor