Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
PerformanceTests
/
SixSpeed
/
tests
/
bindings
/
bindings.es6
blob: 44e34bc8d5bf68d9ce66100ff64f532ae7a7f798 [
file
] [
log
] [
blame
]
"use strict"
;
const
a
=
1
;
let
b
=
2
;
assertEqual
(
a
+
b
,
3
);
test
(
function
()
{
return
a
+
b
;
});