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
Backed out changeset 713114c0331a (bug 1938707) by developer request CLOSED TREE
[gecko.git]
/
js
/
xpconnect
/
tests
/
unit
/
non_shared_2.mjs
blob
ffa542b445730dbb4ec97bceab693116f337bf05
1
globalThis["loaded"].push(2);
2
3
export function setGlobal(name, value) {
4
globalThis[name] = value;
5
}