[][src]Crate js_intern_proc_macro

Macros

try_js_intern

Does a very conservative check to see if an expression is a candidate for interning. If the expression is a candidate to be interned this will return js_intern!(...) Otherwise, the original expression is returned.