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
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
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
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
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
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
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
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
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
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
|
|
|
|
|