mirror of https://github.com/boa-dev/boa.git
Browse Source
This Pull Request is related to #577 . It changes the following: - Remove `JsValue::set_field` - Remove `JsValue::set_property` - Remove almost all uses of `JsValue::get_field` - Use `.get_v()` instead of `get_field` according to spec in `serialize_json_property` - Remove `Array::new_array()` - Remove `Array::add_to_array_object()`pull/1868/head
Halid Odat
3 years ago
9 changed files with 74 additions and 140 deletions
Loading…
Reference in new issue