Class Portal
A portal, that is, an interface point between different npm packages.
Import path
import semmle.javascript.dataflow.Portals
Direct supertypes
Known direct subtypes
Predicates
depth | INTERNAL: Do not use outside this library. |
getAnEntryNode | Gets an entry node for this portal, that is, a node through which data enters the portal. The flag |
getAnExitNode | Gets an exit node for this portal, that is, a node from which data that comes through the portal emerges. The flag |
getBasePortal | Gets the |
getInstance | Gets the instance portal of this portal, if any. |
getMember | Gets the member portal with the given |
getParameter | Gets the portal of parameter |
getReturn | Gets the return value portal of this portal, if any. |
toString | Gets a textual representation of this portal. |