Dynamic view of the global scope.
Dynamic view of the global scope.
Creates a new object with a literal syntax.
Creates a new object with a literal syntax.
For example, js.Dynamic.literal(foo = 3, bar = "foobar") returns the JavaScript object {foo: 3, bar: "foobar"}
Instantiates a new object of a JavaScript class.
Factory for dynamically typed JavaScript values.