Function js::jsapi::Evaluate [] [src]

pub unsafe extern "C" fn Evaluate(
    cx: *mut JSContext,
    options: *const ReadOnlyCompileOptions,
    srcBuf: *mut SourceBufferHolder,
    rval: MutableHandleValue
) -> bool

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