org.mozilla.javascript
public class IdFunctionObject extends BaseFunction
Constructor Summary | |
---|---|
IdFunctionObject(IdFunctionCall idcall, Object tag, int id, int arity) | |
IdFunctionObject(IdFunctionCall idcall, Object tag, int id, String name, int arity, Scriptable scope) |
Method Summary | |
---|---|
void | addAsProperty(Scriptable target) |
Object | call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) |
Scriptable | createObject(Context cx, Scriptable scope) |
void | exportAsScopeProperty() |
int | getArity() |
String | getFunctionName() |
int | getLength() |
Scriptable | getPrototype() |
boolean | hasTag(Object tag) |
void | initFunction(String name, Scriptable scope) |
void | markAsConstructor(Scriptable prototypeProperty) |
int | methodId() |
RuntimeException | unknown() |