Search
1
vote

undefined + Array Mistake

undefined+[343] gives NaN but should give "undefined343"

Id #6944 | Planned Release: None | Last Updated: Sat at 8:45 PM by fijode | Created On: Sat at 8:45 PM by fijode
1
vote

NaN + Array<number> mistake

NaN+[234] gives NaN but should give "NaN234"

Id #6943 | Planned Release: None | Last Updated: Sat at 8:41 PM by fijode | Created On: Sat at 8:37 PM by fijode
1
vote

Addition Mistake

true+["8798"] should give "true8798" but gives 2

Id #6942 | Planned Release: None | Last Updated: Sat at 8:33 PM by fijode | Created On: Sat at 8:32 PM by fijode
1
vote

NaN.ToString() with wrong casing

I noted, that return NaN+"" will return "nan" but should be "NaN" I hope your'll fix this mistake, soon...

Id #6941 | Planned Release: None | Last Updated: Sat at 4:43 PM by fijode | Created On: Sat at 4:43 PM by fijode
1
vote

Cannot call methods in nested classes

Methods of nested classes cannot be executed. This appears to be due to .NET's naming scheme of "Assembly.Class+NestedClass", specifically the plus sign. Using something like "$" in place of "+" fo...

Id #6940 | Planned Release: None | Last Updated: Feb 5 at 11:14 PM by Arktronic | Created On: Feb 5 at 11:14 PM by Arktronic
1
vote

CachedTypeResolver is broken/Fails to create .NET types

The CachedTypeResolver is being asked to cache bogus type names. For example, subsequent calls to ResolveType are being passed as: Sys,prototype Sys,prototypeSys,prototype Sys,prototypeSys,pro...

Id #6939 | Planned Release: None | Last Updated: Jan 18 at 1:27 PM by simmotech | Created On: Jan 18 at 1:27 PM by simmotech
1
vote

Method IsPrototypeOfImpl in JsObjectConstructor caused endles loop

Code of this method // 15.2.4.6 public JsInstance IsPrototypeOfImpl(JsDictionaryObject target, JsInstance[] parameters) { if (target.Class != JsInstance.CLASS_OBJECT) { return Glo...

Id #6938 | Planned Release: None | Last Updated: Jan 13 at 3:23 PM by doterax | Created On: Jan 13 at 3:23 PM by doterax
1
vote

Extension methods support

It is not possible to call extension methods JavaScript + LINQ would be a beauty

Id #6937 | Planned Release: None | Last Updated: Dec 15 2011 at 11:36 PM by lu4 | Created On: Dec 15 2011 at 11:36 PM by lu4
1
vote

Bug [Incorrect fallback handling]

This source works: var text = '1234.1234.1234.1234'; print(text.split(".")); this works not: var text = 1.0; print(text.split(".")); The following code found inside JavaScript Mustach...

Id #6936 | Planned Release: None | Last Updated: Dec 21 2011 at 9:14 PM by cin | Created On: Dec 15 2011 at 10:55 PM by lu4
1
vote

Bug in ProxyHelper.cs [with resolution]

Hi, I had trouble with using JInt on Mac OS X / Mono, detailed description of bug in stackoverflow post: http://stackoverflow.com/questions/8524713/msil-ldfld-problems-under-mac-os-x-mono-proba...

Id #6935 | Planned Release: None | Last Updated: Dec 15 2011 at 9:27 PM by lu4 | Created On: Dec 15 2011 at 8:59 PM by lu4
Show 10  25  50 Work Items
1-10 of 49 Work Items < Previous 1 2 3 4 5 Next >
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.15.18416