Skip to main content

compile_to_bytecode_with_opt_level

Function compile_to_bytecode_with_opt_level 

Source
pub fn compile_to_bytecode_with_opt_level(
    ctx: &mut JSContext,
    code: &str,
    opt_level: OptLevel,
) -> Result<Bytecode, String>