botanjs/src/externs/System.utils.Perf.js
raw ยท 243 bytes
/** @constructor */
System.utils.Perf = function (){}
/** @type {string} */
System.utils.Perf.prototype.uuid;
/** @type {Function} */
System.utils.Perf.prototype.ArrayReverse;
/** @type {Function} */
System.utils.Perf.prototype.CountSubstr;