Home | History | Annotate | Download | only in kde

Lines Matching defs:arguments

35     var arguments;
37 // in scope beforehand -- e.g. the arguments thing
38 shouldBeOfType("test0", arguments, 'object');
43 shouldBeOfType("test1", arguments, 'object');
44 var arguments;
47 function test2(arguments) {
49 shouldBeOfType("test2", arguments, 'number');
55 shouldBeOfType("test3", arguments, 'function');
56 function arguments() {}
62 shouldBeOfType('test4.(1)', arguments, 'object');
63 var arguments = 4;
65 shouldBeOfType('test4.(2)', arguments, 'number');