Merge pull request #685 from fitzgen/a-few-more-js-sys-things

A few more js sys things
This commit is contained in:
Sendil Kumar N
2018-08-11 07:52:26 +02:00
committed by GitHub
14 changed files with 408 additions and 22 deletions

View File

@ -26,12 +26,17 @@ pub mod Math;
pub mod Number;
pub mod Object;
pub mod Proxy;
pub mod RangeError;
pub mod ReferenceError;
pub mod Reflect;
pub mod RegExp;
pub mod Set;
pub mod SetIterator;
pub mod Symbol;
pub mod SyntaxError;
pub mod TypeError;
pub mod TypedArray;
pub mod UriError;
pub mod WeakMap;
pub mod WeakSet;
pub mod WebAssembly;