protected static class WindowWrapper.FunctionWrapper extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected Object[] |
arguments
The arguments.
|
protected org.mozilla.javascript.Function |
function
The function wrapper.
|
protected RhinoInterpreter |
interpreter
The current interpreter.
|
Constructor and Description |
---|
FunctionWrapper(RhinoInterpreter ri,
org.mozilla.javascript.Function f,
Object[] args)
Creates a function wrapper.
|
protected RhinoInterpreter interpreter
protected org.mozilla.javascript.Function function
protected Object[] arguments
public FunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function f, Object[] args)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.