object JS
- Source
- JS.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JS
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
arr(elems: JSLike*): JS
Array literal.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
block(stats: JS*): JS
Block of several statements
-
def
bool(value: Boolean): JS
Boolean literal
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fun(body: (JS) ⇒ JSLike): JS
Anonymous function definition
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
int(value: Int): JS
Numeric literal
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
let(value1: JS, value2: JS)(usage: (JS, JS) ⇒ JS): JS
Name binding
-
def
let(value: JS)(usage: (JS) ⇒ JS): JS
Name binding
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def new(ctor: JS, args: JSLike*): JS
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
obj(fields: (String, JSLike)*): JS
Object literal
-
def
objStr(fields: Seq[(String, String)]): JS
Object literal
-
def
ref(ident: String): JS
Variable reference
- def regex(value: String): JS
-
def
str(value: String): JS
String literal
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
var(ident: String, rhs: Option[JSLike] = None): JS
Variable definition
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated