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 {@link ScriptRuntime#constructError(String,String)} instead.
Deprecated: Use {@link ScriptRuntime#constructError(String,String,String,int,int,String)} instead.