[][src]Macro js_intern::js_intern

macro_rules! js_intern {
    ($value:expr) => { ... };
}

Uses a thread local cache for the interned JsValue::from_str. Note that the intern is just for the given expression, and is not global. That may change in the future though.