Class NativeGlobal

java.lang.Object
org.htmlunit.corejs.javascript.NativeGlobal
All Implemented Interfaces:
Serializable, IdFunctionCall

public class NativeGlobal extends Object implements Serializable, IdFunctionCall
This class implements the global native object (function and value properties only).

See ECMA 15.1.[12].

See Also: