[Mono-bugs] [Bug 75810][Wis] New - With.Resolve do not take into
account the object that's bound to it.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Aug 13 20:57:34 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=75810
--- shadow/75810 2005-08-13 20:57:34.000000000 -0400
+++ shadow/75810.tmp.7792 2005-08-13 20:57:34.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 75810
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: JScript
+AssignedTo: cesar at ciencias.unam.mx
+ReportedBy: cesar at ciencias.unam.mx
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: With.Resolve do not take into account the object that's bound to it.
+
+Description of Problem:
+
+Identifiers appearing at global level inside a With block do not
+get resolved properly, we are not performing lookup in the expression that
+the with statements puts to the front of the scope chain of the current
+execution context.
+
+Steps to reproduce the problem:
+1. Compile test case.
+
+Actual Results:
+Unhandled Exception: System.Exception: with-testCase.js(5,0) : error
+JS1135: Variable 'toString' has not been declared
+in <0x0027f> Microsoft.JScript.Identifier:Resolve
+(Microsoft.JScript.IdentificationTable context)
+
+
+Expected Results:
+
+1234
+
+
+How often does this happen?
+
+Always
+
+Additional Information:
+
+svn version fromSat Aug 13 19:31:23 CDT 2005
More information about the mono-bugs
mailing list