object
JS
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply(tree: Tree): JS
-
def
arr(elems: JSLike*): JS
-
final
def
asInstanceOf[T0]: T0
-
def
block(stats: JS*): JS
-
def
bool(value: Boolean): JS
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
fun(body: (JS) ⇒ JSLike): JS
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
int(value: Int): JS
-
final
def
isInstanceOf[T0]: Boolean
-
def
let(value1: JS, value2: JS)(usage: (JS, JS) ⇒ JS): JS
-
def
let(value: JS)(usage: (JS) ⇒ JS): JS
-
final
def
ne(arg0: AnyRef): Boolean
-
def
new(ctor: JS, args: JSLike*): JS
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
obj(fields: (String, JSLike)*): JS
-
def
objStr(fields: Seq[(String, String)]): JS
-
implicit
lazy val
position: Position
-
def
ref(ident: String): JS
-
def
regex(value: String): JS
-
def
str(value: String): JS
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
var(ident: String, rhs: Option[JSLike] = None): JS
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any