All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.joern.jssrc2cpg.passes.JavaScriptInheritanceNamePass.scala Maven / Gradle / Ivy

package io.joern.jssrc2cpg.passes

import io.joern.x2cpg.passes.frontend.XInheritanceFullNamePass
import io.shiftleft.codepropertygraph.Cpg

/** Using some basic heuristics, will try to resolve type full names from types found within the CPG. Requires
  * ImportPass as a pre-requisite.
  */
class JavaScriptInheritanceNamePass(cpg: Cpg) extends XInheritanceFullNamePass(cpg) {

  override val pathSep: Char      = ':'
  override val moduleName: String = ":program"
  override val fileExt: String    = ".js"

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy