MCPcopy Index your code
hub / github.com/prototypejs/prototype / toArrayOnArguments

Function toArrayOnArguments

test/unit/tests/array.test.js:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10 test('$A (on arguments)', function () {
11 function toArrayOnArguments(){
12 globalArgsTest = $A(arguments);
13 }
14 toArrayOnArguments();
15 assert.enumEqual([], globalArgsTest);
16 toArrayOnArguments('foo');

Callers 1

array.test.jsFile · 0.85

Calls 1

$AFunction · 0.85

Tested by

no test coverage detected