| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.mozilla.javascript.NativeGlobalMethod Summary | |
static EcmaError |
|
static EcmaError |
|
Object |
|
static void |
|
public static EcmaError constructError(Context cx, String error, String message, Scriptable scope)
Deprecated. Use
ScriptRuntime.constructError(String,String)instead.
public static EcmaError constructError(Context cx, String error, String message, Scriptable scope, String sourceName, int lineNumber, int columnNumber, String lineSource)
Deprecated. Use
ScriptRuntime.constructError(String,String,String,int,String,int)instead.
public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
'thisObj' will be null if invoked as constructor, in which case instance of Scriptable should be returned
- Specified by:
- execIdCall in interface IdFunctionCall