Searched defs:redirect (Results 1 – 7 of 7) sorted by relevance
63 let redirect: bool = data.read()?; in construct() localVariable
88 pub(crate) redirect: bool, field370 pub fn redirect(&mut self, redirect: bool) -> &mut Self { in redirect() method
69 pub(crate) redirect: bool, field
38 bool redirect; member
95 bool redirect; member
135 bool redirect = true; member
890 void JsInitialize::ParseRedirect(napi_env env, napi_value jsConfig, bool &redirect) in ParseRedirect()