Implement WebIDL namespaces

This commit is contained in:
Anthony Ramine 2016-09-02 17:26:54 +02:00
parent 8ba0cf30a1
commit 0b689a8a31
5 changed files with 123 additions and 30 deletions

View file

@ -140,6 +140,7 @@ pub mod inheritance;
pub mod interface;
pub mod iterable;
pub mod js;
pub mod namespace;
pub mod num;
pub mod proxyhandler;
pub mod refcounted;