Sign in
webkit
/
WebKit
/
28c7100f9fd5b09396e1eac810c4d4c0ed80cd9e
/
.
/
LayoutTests
/
js
/
arrowfunction-typeof-expected.txt
blob: 62fb2ce964bd03321b832cb87bbae0ca5349c1bc [
file
] [
log
] [
blame
]
PASS typeof af1 === 'function' is true
PASS typeof af2 === 'function' is true
PASS typeof (()=>{}) === 'function' is true
PASS typeof ((b) => {b + 1})==='function' is true
PASS successfullyParsed is true
TEST COMPLETE