Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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.js
File · 0.85
Calls
1
$A
Function · 0.85
Tested by
no test coverage detected