Open tbalthazar opened 15 years ago
The following does not work, and it should:
@@@ javascript
var a = [1, 2, 3]; alert([a count]);
@@@
This still works:
var b = [CPArray arrayWithObjects: 1, 2, 3]; alert([b count]);
This is a high priority issue.
original LH ticket
This ticket has 0 attachment(s).
CPArray toll free bridging is broken?
this works fine. apparently this is a console bug.
by Francisco Tolmasky
CPArray toll free bridging in console
The following does not work, and it should:
@@@ javascript
var a = [1, 2, 3]; alert([a count]);
@@@
This still works:
@@@ javascript
var b = [CPArray arrayWithObjects: 1, 2, 3]; alert([b count]);
@@@
This is a high priority issue.
original LH ticket
This ticket has 0 attachment(s).