package js
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- js
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def constructorOf[T <: Any]: Dynamic
- def constructorTag[T <: Any](implicit tag: ConstructorTag[T]): ConstructorTag[T]
- def debugger(): Unit
-
def
eval(x: String): Any
- Annotations
- @inline()
-
def
isUndefined(v: scala.Any): Boolean
- Annotations
- @inline()
- def native: Nothing
- def typeOf(x: Any): String
-
def
undefined: UndefOr[Nothing]
- Annotations
- @inline()
- def use[A](x: A): Using[A]