Struct rjs::rt::JsRegExp [] [src]

pub struct JsRegExp {
    // some fields omitted
}

Methods

impl JsRegExp

fn new_local(env: &mut JsEnv, pattern: Local<JsString>, flags: Local<JsString>, global: bool, ignore_case: bool, multiline: bool) -> JsResult<Local<JsRegExp>>

fn finalize(&mut self)