Source code
Revision control
Copy as Markdown
Other Tools
// |reftest| skip -- support file
if (globalThis.testArray === undefined) {
globalThis.testArray = [];
}
globalThis.testArray.push("c1");
// |reftest| skip -- support file
if (globalThis.testArray === undefined) {
globalThis.testArray = [];
}
globalThis.testArray.push("c1");