Source code
Revision control
Copy as Markdown
Other Tools
code = cacheEntry(`
function f() {
(function () {})
};
f()
`);
evaluate(code, { saveBytecodeWithDelazifications: { value: true } });
code = cacheEntry(`
function f() {
(function () {})
};
f()
`);
evaluate(code, { saveBytecodeWithDelazifications: { value: true } });