// Delazify a function while encoding bytecode. oomTest(() => { let code = cacheEntry(` function f() { } f(); `); evaluate(code, { saveBytecodeWithDelazifications: true }); });