repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1845311 - [Part 2] Use ChromeUtils.defineLazyGetter in more places r=arai,webcomp...
[gecko.git]
/
netwerk
/
test
/
unit
/
test_cache2-17-evict-all.js
blob
83829c631e794e5a8d420c5b922c61cc83b7e384
1
"use strict";
2
3
function run_test() {
4
do_get_profile();
5
6
Services.cache2.clear();
7
8
var storage = getCacheStorage("disk");
9
storage.asyncVisitStorage(
10
new VisitCallback(0, 0, [], function () {
11
finish_cache2_test();
12
}),
13
true
14
);
15
16
do_test_pending();
17
}