rust-js / rjs

Rust JavaScript interpreter
98 stars 6 forks source link

Local scopes walker has a pointer because of lifetime issue #57

Open pvginkel opened 9 years ago

pvginkel commented 9 years ago

Because of a lifetime issue, the LocalScopesWalker has a *const instead of a reference.