public interface Callable
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Context cx,
Scriptable scope,
Scriptable thisObj,
Object[] args)
Perform the call.
|
Object call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
cx - the current Context for this threadscope - the scope to use to resolve properties.thisObj - the JavaScript this objectargs - the array of argumentsCopyright © 2025 HtmlUnit. All rights reserved.