index
:
thunderbird
debian
progress-linux
upstream
TODO
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
webkit
/
PerformanceTests
/
six-speed
/
tests
/
bindings.es5
blob: 4d4df8362db1fbd269bcdf325921aae4a78b63d9 (
plain
)
1
2
3
4
5
6
7
8
var a = 1, b = 2; assertEqual(a+b, 3); test(function() { return a + b; });