Package org.htmlunit.javascript
Class NativeFunctionToStringFunction.NativeFunctionToStringFunctionChrome
- java.lang.Object
-
- org.htmlunit.javascript.FunctionWrapper
-
- org.htmlunit.javascript.NativeFunctionToStringFunction.NativeFunctionToStringFunctionChrome
-
- All Implemented Interfaces:
java.io.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
-
-
Constructor Summary
Constructors Constructor Description NativeFunctionToStringFunctionChrome(org.htmlunit.corejs.javascript.Function wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
call(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.Scriptable scope, org.htmlunit.corejs.javascript.Scriptable thisObj, java.lang.Object[] args)
-
Methods inherited from class org.htmlunit.javascript.FunctionWrapper
construct, delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype
-
-
-
-
Method Detail
-
call
public java.lang.Object call(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.Scriptable scope, org.htmlunit.corejs.javascript.Scriptable thisObj, java.lang.Object[] args)
- Specified by:
call
in interfaceorg.htmlunit.corejs.javascript.Callable
- Specified by:
call
in interfaceorg.htmlunit.corejs.javascript.Function
- Overrides:
call
in classFunctionWrapper
-
-