blob: 8bebb5fdfbd2a6e24cbd312cf1f98cfec792465e [file] [log] [blame]
function g(code) {
f = Function(code);
for (a in f()) {}
}
/* Get call ic in a state to call CompileFunction for new functions. */
g()
g("(function(){})")
g()
/* Call generator with frame created by call ic + CompileFunction. */
g("yield")