Function js::jsapi::Evaluate2 [] [src]

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

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