Support passing booleans back and forth

This commit is contained in:
Alex Crichton
2017-12-20 10:22:18 -08:00
parent 730ef1926e
commit 294c5e147b
6 changed files with 87 additions and 3 deletions

View File

@ -65,6 +65,7 @@ pub enum Type {
ByMutRef(String),
JsObject,
JsObjectRef,
Boolean,
}
impl Type {