Function js::jsapi::JS_ExecuteRegExp
[−]
[src]
pub unsafe extern "C" fn JS_ExecuteRegExp(
cx: *mut JSContext,
obj: HandleObject,
reobj: HandleObject,
chars: *mut c_ushort,
length: usize,
indexp: *mut usize,
test: bool,
rval: MutableHandleValue
) -> bool