Microsoft® JScript toString Method (Function) |
Language Reference Version 2 |
Returns a string representation of a Function object.
functionname.toString( )The functionname argument is the Function object for which a string representation is sought.
The string returned by the toString method is of the following form, where functionname is the name of the function whose toString method was called:function functionname( ) { [native code] }