Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the context and runtime structs into Runtime. #149

Merged
merged 4 commits into from May 10, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Implement Clone for Runtime.

  • Loading branch information
Ms2ger committed May 10, 2015
commit 6b43271603d3889725020745d4a949a47b6ac505
@@ -26,6 +26,7 @@ use ERR;
// friendly Rustic API to runtimes

/// A wrapper for the `JSRuntime` and `JSContext` structures in SpiderMonkey.
#[derive(Clone)]
pub struct Runtime {
pub rt: rt,
pub cx: rc::Rc<Cx>,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.