Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Array.prototype.toString should be called by ES value (#227)
* feat: Implement Array.prototype.toString * fix: fix the missing arguments for Array.prototype.toString's inner join * refactor: use fmt to beautify the code * refactor: Array.prototype.toString——smplify error formating * fix: Array.prototype.toString should be called by ES value * fix: fix the error message * refactor: Array.prototype.toString remove the duplicated logic
- Loading branch information