// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file.
/*--- info: | FunctionDeclaration inside the "if" Expression is evaluated as true and function will not be declarated es5id: 12.5_A5 description: > The "if" Expression is "function __func(){throw "FunctionExpression";}"
---*/
////////////////////////////////////////////////////////////////////////////// //CHECK#1 try {
__func=__func; thrownew Test262Error('#1: "__func=__func" lead to throwing exception');
} catch (e) {
;
} // //////////////////////////////////////////////////////////////////////////////
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.