Add support for js::Error

This commit is contained in:
Satoshi Amemiya
2018-06-29 22:46:27 +09:00
parent 942673e15f
commit f9c804db20
3 changed files with 235 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ mod ArrayIterator;
mod Boolean;
mod Date;
mod Function;
mod Error;
mod JsString;
mod Map;
mod MapIterator;