[Mono-bugs] [Bug 75002][Wis] New - mjs does not handle FunctionType.ExpressionStatement.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 20 01:07:29 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by cesar at ciencias.unam.mx.

http://bugzilla.ximian.com/show_bug.cgi?id=75002

--- shadow/75002	2005-05-20 01:07:29.000000000 -0400
+++ shadow/75002.tmp.11457	2005-05-20 01:07:29.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 75002
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: JScript
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: cesar at ciencias.unam.mx               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mjs does not handle FunctionType.ExpressionStatement.
+
+Description of Problem:
+mjs does not handle function declarations that appear among other
+statements, which inside the parse are marked as
+FunctionType.ExpressionStatement.
+
+The method Parser.CreateFunction must create a mix of FunctionDeclaration
+and FunctionExpression and that's easy, the real problem is on the semantic
+analysis phase, currently the semantic analysis ignores
+FunctionType.ExpressionStatement declarations.
+
+
+Steps to reproduce the problem:
+Compile the test case.


More information about the mono-bugs mailing list