Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
strcat-str-str-bigint.js
blob: 20adb173360ac6e513f7f3ec6069b68a544c176e [
file
] [
edit
]
function
foo
()
{
''
+
''
+
1n
;
}
for
(
let i
=
0
;
i
<
100
;
i
++)
{
foo
();
}