Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
arrow-function-syntax.js
blob: f45be75b050f6099737fc17fe41a889a51c04fa6 [
file
] [
log
] [
blame
] [
edit
]
checkScriptSyntax
(`()=>
42
`);
checkScriptSyntax
(`()=>
42
`);
checkScriptSyntax
(`()=>
42
//Hello`);
checkScriptSyntax
(`()=>
42
//Hello
`);