JSSpread
org.scalajs.ir.Trees.JSSpread
sealed case class JSSpread(items: Tree)(implicit pos: Position) extends IRNode, TreeOrJSSpread
...items
, the "spread" operator of ECMAScript 6.
Value parameters
- items
-
An Array whose items will be spread (not an arbitrary iterable)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TreeOrJSSpreadclass IRNodeclass Objecttrait Matchableclass Any
Members list
In this article