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
/
testEvalCalledFromWatchOverSetter.js
blob: bcd60fd807a4977970b4387d36a6b468a89a37e2 (
plain
)
1
2
3
this.__defineSetter__("x", function(){}); this.watch("x", eval); x = 0;