Function ezjs::build_function_from_code[][src]

pub fn build_function_from_code(script: &str) -> Result<SharedFunction, String>

The function compile string to bytecode of Virtual Machone. If some erros happens, return it with errpr message in a Resut.