JSName

enum JSName

The result type for sym.jsName.

It is either a literal string, or a computed name represented by a reference to a static Symbol (a dotc.core.Symbols.Symbol, not a js.Symbol).

trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

case Computed(sym: Symbol)
case Literal(name: String)