Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
JSTests
/
stress
/
bytecode-cache-shared-code-block.js
blob: a9e8fc63f369ea2c9e9575075211ef52671d800a [
file
] [
log
] [
blame
]
//@ runBytecodeCache
var
program
=
`(
function
()
{
function
a
()
{
}
function
b
()
{
}
return
{
a
,
b
};
})`;
loadString
(
program
)().
a
();
loadString
(
program
)().
b
();