mirror of https://github.com/boa-dev/boa.git
Browse Source
* Add a js_error! macro to create opaque errors And as a bonus since I needed it, simplify comparison of strings and add PartialEq<&str> for JsString. * Add PartialEq<str> for JsStr. PartialEq<&str> uses the other * Cargo clippy * Remove conversion of non-string literals and remove From<String> for JsValuepull/3928/head
Hans Larsen
4 months ago
committed by
GitHub
3 changed files with 68 additions and 14 deletions
Loading…
Reference in new issue