Trait swc_ecma_ast::IdentExt

source ·
pub trait IdentExt: AsRef<str> {
    // Provided methods
    fn is_reserved(&self) -> bool { ... }
    fn is_reserved_in_strict_mode(&self, is_module: bool) -> bool { ... }
    fn is_reserved_in_strict_bind(&self) -> bool { ... }
    fn is_reserved_in_es3(&self) -> bool { ... }
}

Provided Methods§

Implementations on Foreign Types§

source§

impl IdentExt for &str

source§

impl IdentExt for Atom

source§

impl IdentExt for String

Implementors§