You can view the issue detail at the following URL:
http://icandy.homeunix.org:443/scarab/issues/id/OBJS156
Type
Defect
Issue ID
OBJS156 (var-arg function prob when called with no args)
Modified by
Rob Clark
rob...@ma... (rob...@ma...)
The following modifications were made to this issue:
---------------------------------------------------------------------
Added comment to issue 'function foo(args...)
{
return args.length();
}
foo(1) => 1
foo(1,2) => 2
foo() => throws NoSuchMemberException: args
'
---------------------------------------------------------------------
This message is automatically generated by the Scarab
issue tracking system. For more information:
http://scarab.tigris.org
|