Sign in
webkit
/
WebKit
/
4ea555eab15661e7aeae9dbcf4156735714844d6
/
.
/
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
();