js-sys: Add bindings to RangeError

This commit is contained in:
Nick Fitzgerald
2018-08-10 13:03:44 -07:00
parent adad606ee3
commit 879fd43edb
3 changed files with 34 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pub mod Math;
pub mod Number;
pub mod Object;
pub mod Proxy;
pub mod RangeError;
pub mod Reflect;
pub mod RegExp;
pub mod Set;