Sign in
webkit
/
WebKit
/
c07b57759d8f1e705fcd5a17b80f756c8ad2f152
/
.
/
JSTests
/
complex
/
tagged-template-regeneration.js
blob: ec52ab631fb7f9d95c06d6c9ae6a32b082833f02 [
file
] [
log
] [
blame
]
ysuzuki@apple.com
e583634
2019-05-07 22:15:59 +0000
[
diff
] [
blame
]
1
function
call
(
site
)
2
{
3
return
site
;
4
}
5
6
function
test
()
7
{
8
return
call
`
Cocoa
`;
9
}
10
11
var
first
=
test
();
12
$vm
.
deleteAllCodeWhenIdle
();
13
fullGC
();