index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
undefined-warning-bug565202.js
blob: 011efc32ae3f91f08c35112b18abc4139406e6c9 (
plain
)
1
2
3
4
5
6
7
options("strict", "werror"); var o = {}; // Don't throw here. if (o.a) x = true;