Skip to main content

compile_script_to_bytecode_with_opt_level

Function compile_script_to_bytecode_with_opt_level 

Source
pub fn compile_script_to_bytecode_with_opt_level(
    ctx: &mut JSContext,
    source: &str,
    opt_level: OptLevel,
    is_strict: bool,
    is_eval: bool,
) -> Result<Bytecode, String>