6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
"use strict";
|
|
|
|
function foo() {
|
|
var test = to5Runtime.argumentsToArray(arguments);
|
|
}
|