[Laszlo-checkins] r7049 - openlaszlo/trunk/docs/src/developers

lou@openlaszlo.org lou at openlaszlo.org
Tue Oct 30 13:35:46 PDT 2007


Author: lou
Date: 2007-10-30 13:35:20 -0700 (Tue, 30 Oct 2007)
New Revision: 7049

Modified:
   openlaszlo/trunk/docs/src/developers/ecmascript-and-lzx.dbk
Log:
Change 20071030-lou-D by lou at loumac.local on 2007-10-30 15:04:28 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: remove "try-catch" from list of unsupported javascript thingies

Bugs Fixed: LPP-4996

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: John Sundman




Modified: openlaszlo/trunk/docs/src/developers/ecmascript-and-lzx.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/ecmascript-and-lzx.dbk	2007-10-30 19:07:11 UTC (rev 7048)
+++ openlaszlo/trunk/docs/src/developers/ecmascript-and-lzx.dbk	2007-10-30 20:35:20 UTC (rev 7049)
@@ -37,7 +37,8 @@
     Exceptions 
   </term><listitem>
     <para>
-      There are no exceptions, and no exception handling in the SWF runtime. <literal>try</literal>/<literal>catch</literal>/<literal>finally</literal> is not supported. 
+    <!-- fix LPP-4996: Remove "try-catch" from list of unsupported javascript thingies. IORIO 30 oct 2007 -->
+      There are no exceptions, and no exception handling in the SWF runtime: the SWF runtime does not signal any runtime errors.
     </para>
     <para>
       Errors such as <literal>1/0</literal>, <literal><varname>u</varname>()</literal>, <literal><varname>k</varname>()</literal>, <literal><varname>u</varname>.<varname>p</varname></literal>, and <literal><varname>o</varname>.<varname>u</varname></literal> (where <literal><varname>u</varname></literal> is an undeclared variable, <literal><varname>k</varname></literal> is defined but isn't a function, and <literal><varname>o</varname></literal> is an object with property <literal><varname>p</varname></literal>) are silently ignored in the SWF runtime. (If debugging is enabled, all but the first of these will generate a warning message in the debugger window when evaluated.) 



More information about the Laszlo-checkins mailing list