Trait Environment
ecmascript::vm::intrinsics
pub trait Environment { fn HasBinding(name: &str) -> bool; }
fn HasBinding(name: &str) -> bool