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