// Save the with object in case we need to restore the scope
// in an exception handler
Dup();
StoreRegister(reg_offset+with_object_reg, TYPE_none);
WithBuilder withBuilder = (WithBuilder)node.activation.builder;
withBuilder.temp_reg = with_object_reg;
cx.pushScope(node.activation);
PushWith();