| java.lang.Object org.mozilla.javascript.NativeGlobal
NativeGlobal | public class NativeGlobal implements Serializable,IdFunctionCall(Code) | | This class implements the global native object (function and value
properties only).
See ECMA 15.1.[12].
author: Mike Shaver |
Method Summary | |
public static EcmaError | constructError(Context cx, String error, String message, Scriptable scope) | public static EcmaError | constructError(Context cx, String error, String message, Scriptable scope, String sourceName, int lineNumber, int columnNumber, String lineSource) | public Object | execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) | public static void | init(Context cx, Scriptable scope, boolean sealed) | static boolean | isEvalFunction(Object functionObj) |
serialVersionUID | final static long serialVersionUID(Code) | | |
isEvalFunction | static boolean isEvalFunction(Object functionObj)(Code) | | |
|
|