Function js::jsapi::JS_ExecuteScript [] [src]

pub unsafe extern "C" fn JS_ExecuteScript(
    cx: *mut JSContext,
    script: HandleScript,
    rval: MutableHandleValue
) -> bool

Evaluate a script in the scope of the current global of cx.