Home
last modified time | relevance | path

Searched refs:createArrayList (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js414 function createArrayList(args) { function
417 arr[i] = (args.length > 1 ? createArrayList(args.slice(1)) : 0 );
489 return createArrayList(Array.prototype.slice.call(arguments));