Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
JSTests
/
stress
/
jsc-shell-forbid-execution-after-termination.js
blob: cb3243875088f98a094f153ad93ba39113877172 [
file
] [
log
] [
blame
]
//@ runDefault("--watchdog=50", "--watchdog-exception-ok")
Promise
.
resolve
().
then
(()=>
''
.
localeCompare
());
''
.
localeCompare
();