Export to GitHub

jscocoa - issue #15

Support variadic method and functions


Posted on Oct 11, 2008 by Helpful Lion

Variadic (variable argument count) methods, like NSDictionary.dictionaryWith… or plain old NSLog, are not supported.

Comment #1

Posted on Oct 29, 2008 by Helpful Lion

Actually do that if received argument count differs from expected argument count. Then, query bridgesupport to confirm or infirm variadic call.

Comment #2

Posted on Dec 2, 2008 by Helpful Lion

Method NSBeginAlertSheet

Comment #3

Posted on Dec 2, 2008 by Helpful Lion

Comment deleted

Comment #4

Posted on Dec 2, 2008 by Helpful Lion

Previous is a function, not a method.

Comment #5

Posted on Dec 4, 2008 by Helpful Lion

Fixed !

Status: Fixed

Labels:
Type-Defect Priority-Medium