mirror of
https://github.com/servo/servo.git
synced 2025-06-14 03:14:29 +00:00
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:
parent
8e16c00367
commit
06f9afdad5
3 changed files with 179 additions and 382 deletions
|
@ -41,7 +41,6 @@ pub mod dom {
|
|||
pub mod PrototypeList;
|
||||
pub mod RegisterBindings;
|
||||
pub mod BindingDeclarations;
|
||||
pub mod UnionConversions;
|
||||
pub mod UnionTypes;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue