static class EventTargetWrapper.FunctionAddNSProxy extends EventTargetWrapper.FunctionProxy
Modifier and Type | Field and Description |
---|---|
protected RhinoInterpreter |
interpreter |
protected java.util.Map |
listenerMap |
delegate
Constructor and Description |
---|
FunctionAddNSProxy(RhinoInterpreter interpreter,
org.mozilla.javascript.Function delegate,
java.util.Map listenerMap) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
call(org.mozilla.javascript.Context ctx,
org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Scriptable thisObj,
java.lang.Object[] args) |
construct, delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype
protected java.util.Map listenerMap
protected RhinoInterpreter interpreter
FunctionAddNSProxy(RhinoInterpreter interpreter, org.mozilla.javascript.Function delegate, java.util.Map listenerMap)