added tests for SharedArrayBuffer

This commit is contained in:
ibaryshnikov
2019-04-26 10:59:06 +08:00
parent 7e512ba187
commit af22a26880
4 changed files with 65 additions and 2 deletions

View File

@ -34,6 +34,7 @@ pub mod Reflect;
pub mod RegExp;
pub mod Set;
pub mod SetIterator;
pub mod SharedArrayBuffer;
pub mod Symbol;
pub mod SyntaxError;
pub mod TypeError;