Class NativeFunctionToStringFunction.NativeFunctionToStringFunctionChrome
java.lang.Object
org.htmlunit.javascript.FunctionWrapper
org.htmlunit.javascript.NativeFunctionToStringFunction.NativeFunctionToStringFunctionChrome
- All Implemented Interfaces:
Serializable, org.htmlunit.corejs.javascript.Callable, org.htmlunit.corejs.javascript.Constructable, org.htmlunit.corejs.javascript.Function, org.htmlunit.corejs.javascript.Scriptable
- Enclosing class:
NativeFunctionToStringFunction
static class NativeFunctionToStringFunction.NativeFunctionToStringFunctionChrome
extends FunctionWrapper
-
Field Summary
Fields inherited from interface org.htmlunit.corejs.javascript.Scriptable
NOT_FOUND -
Constructor Summary
ConstructorsConstructorDescriptionNativeFunctionToStringFunctionChrome(org.htmlunit.corejs.javascript.Function wrapped) -
Method Summary
Methods inherited from class FunctionWrapper
construct, delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype
-
Constructor Details
-
NativeFunctionToStringFunctionChrome
NativeFunctionToStringFunctionChrome(org.htmlunit.corejs.javascript.Function wrapped)
-
-
Method Details
-
call
public Object call(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.Scriptable scope, org.htmlunit.corejs.javascript.Scriptable thisObj, Object[] args) - Specified by:
callin interfaceorg.htmlunit.corejs.javascript.Callable- Specified by:
callin interfaceorg.htmlunit.corejs.javascript.Function- Overrides:
callin classFunctionWrapper
-