Re: Function.prototype.toString spec

2007-12-01 Thread liorean
On 02/12/2007, Peter Michaux <[EMAIL PROTECTED]> wrote: > ECMA-262 3rd > == section 15.3.4.2 == > Function.prototype.toString returns a representation with syntax of > FunctionDeclaration > == section13 == > FunctionDeclaration: > function Identifier ( FormalParameterList_opt ) { FunctionBody }

Function.prototype.toString spec

2007-12-01 Thread Peter Michaux
ECMA-262 3rd == section 15.3.4.2 == Function.prototype.toString returns a representation with syntax of FunctionDeclaration == section13 == FunctionDeclaration: function Identifier ( FormalParameterList_opt ) { FunctionBody } FunctionExpression: function Identifier_opt ( FormalParameterL