org.mozilla.javascript
public class NativeGlobal extends Object implements Serializable, IdFunctionCall
Method Summary | |
---|---|
static EcmaError | constructError(Context cx, String error, String message, Scriptable scope) |
static EcmaError | constructError(Context cx, String error, String message, Scriptable scope, String sourceName, int lineNumber, int columnNumber, String lineSource) |
Object | execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) |
static void | init(Context cx, Scriptable scope, boolean sealed) |
Deprecated: Use constructError instead.
Deprecated: Use ScriptRuntime instead.