js-sys: Add bindings to ReferenceError

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

View File

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