repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git]
/
js
/
xpconnect
/
crashtests
/
1577573.html
blob
075662ebe5142ff1f08b97e7cab0e2c9f6d11d98
1
<script>
2
function
f
() {}
3
var
p
=
new
Proxy
(
f
, {});
4
SpecialPowers
.
Cu
.
exportFunction
(
f
,
window
).
name
;
5
SpecialPowers
.
Cu
.
exportFunction
(
p
,
window
).
name
;
6
</script>