// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file.
/*--- info: | When the production "IfStatement: if ( Expression ) Statement else Statement" is evaluated, Expression is evaluated first es5id: 12.5_A3 description: The Expression is "(function(){throw 1})()"
---*/
////////////////////////////////////////////////////////////////////////////// //CHECK#1 try { if ((function(){throw 1})()) abracadabra
} catch (e) { if (e !== 1) { thrownew Test262Error('#1: Exception === 1. Actual: Exception ==='+ 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.