Function mozjs::rust::wrappers::ExecuteRegExp

source ·
pub unsafe fn ExecuteRegExp(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    reobj: HandleObject<'_>,
    chars: *const u16,
    length: usize,
    indexp: *mut usize,
    test: bool,
    rval: MutableHandle<'_, Value>
) -> bool