UndefinedParam
 dotty.tools.backend.sjs.JSCodeGen.UndefinedParam
  case object UndefinedParam extends Value
 
Marker object for undefined parameters in JavaScript semantic calls.
To be used inside a js.Transient node.
Attributes
- Graph
 - 
    
 - Supertypes
 - Self type
 - 
    UndefinedParam.type
 
Members list
Value members
Concrete methods
Prints the IR representation of this transient node. This method is called by the IR printers when encountering a Transient node.
Prints the IR representation of this transient node. This method is called by the IR printers when encountering a Transient node.
Value parameters
- out
 - 
               
The IRTreePrinter to which the transient node must be printed. It can be used to print raw strings or nested IR nodes.
 
Attributes
Transforms this transient value.
Transforms this transient value.
Implementations should transform contained trees and potentially adjust the result.
Attributes
In this article