37 Components.utils.import(
"resource://app/jsmodules/sbProperties.jsm");
39 var
array = newGuidArray(library);
40 array.addSort(SBProperties.artistName,
true);
46 array.getGuidByIndex(0);
47 array.getGuidByIndex(array.length / 2);
48 array.getGuidByIndex(array.length - 1);
function perfTest(library, timer)
function runPerfTest(aName, aTestFunc)
function runTest()
Test file.
function StringArrayEnumerator(aArray)