Sign in
webkit
/
WebKit
/
c07b57759d8f1e705fcd5a17b80f756c8ad2f152
/
.
/
JSTests
/
complex
/
tagged-template-regeneration.js
blob: ec52ab631fb7f9d95c06d6c9ae6a32b082833f02 [
file
] [
log
] [
blame
]
function
call
(
site
)
{
return
site
;
}
function
test
()
{
return
call
`
Cocoa
`;
}
var
first
=
test
();
$vm
.
deleteAllCodeWhenIdle
();
fullGC
();