[−][src]Function js_sys::eval
pub fn eval(js_source_text: &str) -> Result<JsValue, JsValue>
The eval()
function evaluates JavaScript code represented as a string.
pub fn eval(js_source_text: &str) -> Result<JsValue, JsValue>
The eval()
function evaluates JavaScript code represented as a string.