Function js::jsapi::Evaluate4 [] [src]

pub unsafe extern "C" fn Evaluate4(
    cx: *mut JSContext,
    options: *const ReadOnlyCompileOptions,
    bytes: *const c_char,
    length: usize,
    rval: MutableHandleValue
) -> bool

Evaluate the given byte buffer in the scope of the current global of cx.