Move major DevTools files to new directories using the following steps: hg mv browser/devtools devtools/client hg mv toolkit/devtools/server devtools/server hg mv toolkit/devtools devtools/shared No other changes are made.
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
function counterExternalFile() {
|
|
console.count("console.count() testcounter");
|
|
}
|
|
function externalCountersWithoutLabel() {
|
|
console.count();
|
|
console.count();
|
|
}
|