Sign in
webkit
/
WebKit
/
293423b2e3bc99a3b6b08c9e39c59d8eb89f00e1
/
.
/
PerformanceTests
/
SixSpeed
/
tests
/
bindings
/
bindings.es5
blob: 4d4df8362db1fbd269bcdf325921aae4a78b63d9 [
file
] [
log
] [
blame
]
var
a
=
1
,
b
=
2
;
assertEqual
(
a
+
b
,
3
);
test
(
function
()
{
return
a
+
b
;
});