pub trait EndsWithAlphaNum {
// Required method
fn ends_with_alpha_num(&self) -> bool;
}Available on crate features
__ecma and ecma_codegen only.pub trait EndsWithAlphaNum {
// Required method
fn ends_with_alpha_num(&self) -> bool;
}__ecma and ecma_codegen only.