(source: &str)
| 10733 | } |
| 10734 | |
| 10735 | fn compile_exec(source: &str) -> CodeObject { |
| 10736 | let opts = CompileOpts::default(); |
| 10737 | compile_exec_with_options(source, opts) |
| 10738 | } |
| 10739 | |
| 10740 | fn compile_exec_optimized(source: &str) -> CodeObject { |
| 10741 | let opts = CompileOpts { |