Class NativeGlobal

java.lang.Object
org.mozilla.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: