PrepJSInterop

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def checkSetterSignature(sym: Symbol, pos: SrcPos, exported: Boolean)(using Context): Unit

Checks that a setter has the right signature.

Checks that a setter has the right signature.

Reports error messages otherwise.

def isJSAny(sym: Symbol)(using Context): Boolean

Tests if the symbol extend js.Any.

Tests if the symbol extend js.Any.

This is different from sym.isJSType because it returns false for the pseudo-union type.

Tests whether the symbol has private in any form, either private, private[this] or private[Enclosing].

Tests whether the symbol has private in any form, either private, private[this] or private[Enclosing].

Concrete fields

val name: String