io.joern.jssrc2cpg.passes
package io.joern.jssrc2cpg.passes
Type members
Classlikes
class AstCreationPass(cpg: Cpg, astGenRunnerResult: AstGenRunnerResult, config: Config, report: Report) extends ConcurrentWriterCpgPass[(String, String)]
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).
class ConfigPass(cpg: Cpg, files: Seq[File], config: Config, report: Report) extends ConcurrentWriterCpgPass[File]
class PrivateKeyFilePass(cpg: Cpg, files: Seq[File], config: Config, report: Report) extends ConfigPass