[Mono-bugs] [Bug 71127][Nor] New - Microsoft.JScript.Missing::Value missed.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Jan 2005 02:11:23 -0500 (EST)
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@ciencias.unam.mx.
http://bugzilla.ximian.com/show_bug.cgi?id=71127
--- shadow/71127 2005-01-10 02:11:23.000000000 -0500
+++ shadow/71127.tmp.22517 2005-01-10 02:11:23.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 71127
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: JScript
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: cesar@ciencias.unam.mx
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Microsoft.JScript.Missing::Value missed.
+
+When declaring a function receiving parameters, at invocation time if the
+number of formal parameters do not match the actual parameters passed, the
+compiler have to generate a:
+
+ldsfld Microsoft.JScript.Missing::Value
+
+for each missed parameter. Or ignore the leftovers.