[Mono-bugs] [Bug 72477][Wis] New - mjs, does not support the use of this.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Feb 2005 01:10:41 -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=72477

--- shadow/72477	2005-02-11 01:10:41.000000000 -0500
+++ shadow/72477.tmp.27246	2005-02-11 01:10:41.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 72477
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: JScript
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: cesar@ciencias.unam.mx               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mjs, does not support the use of this.
+
+Description of Problem:
+JScript code that make use of 'this' (the current object) can't be compiled
+by mjs. 
+
+Steps to reproduce the problem:
+
+Try compiling the provided test-case. 
+
+Actual Results:
+
+Unhandled Exception: System.NotImplementedException: The requested feature
+is not implemented.
+in [0x00005] (at
+/home/cesar/mono/new-semantic-analysis/mcs/class/Microsoft.JScript/Microsoft.JScript/Literal.cs:46)
+Microsoft.JScript.This:Resolve (Microsoft.JScript.IdentificationTable)
+
+
+Expected Results:
+
+p1.x = 1
+p1.y = 2
+
+How often does this happen? 
+Always.
+
+Additional Information:
+
+Version: current svn.