[][src]Type Definition ecmascript::vm::scope::ScopeRef

type ScopeRef = RcRef<Scope>;

Methods

impl ScopeRef[src]

pub fn is_root(&self) -> bool[src]

pub fn fork(&self) -> ScopeRef[src]