Completely rewrite the code to convert JSVals to unions.

This code works correctly for the two unions currently in use, and raises
exceptions in codegen for most other cases. I will implement those cases when
the need arises.
This commit is contained in:
Ms2ger 2014-03-07 23:23:48 +01:00
parent 8e16c00367
commit 06f9afdad5
3 changed files with 179 additions and 382 deletions

View file

@ -41,7 +41,6 @@ pub mod dom {
pub mod PrototypeList;
pub mod RegisterBindings;
pub mod BindingDeclarations;
pub mod UnionConversions;
pub mod UnionTypes;
}
}