| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: the length property does not have the attributes { DontDelete } |
| Checking if deleting the length property of |
| Function("arg1,arg2,arg3","arg4,arg5", null) succeeds |
| var f = Function("arg1,arg2,arg3","arg4,arg5", null); |
| if (!(f.hasOwnProperty('length'))) { |
| $ERROR('#1: the function has length property.'); |
| if (f.hasOwnProperty('length')) { |
| $ERROR('#2: the function.length property does not have the attributes DontDelete.'); |
| $ERROR('#3: the length property does not have the attributes { DontDelete }'); |