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