| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: A "prototype" property is automatically created for every function |
| description: Using "function __func(){}" as a FunctionDeclaration |
| ////////////////////////////////////////////////////////////////////////////// |
| if (__func.prototype === undefined) { |
| $ERROR('#1: __func.prototype !== undefined'); |
| ////////////////////////////////////////////////////////////////////////////// |