Tags: boa-dev/boa
Tags
`TryFromJs` from `JsMap` for `HashMap` & `BtreeMap` (#3998) * `TryFromJs` from `JsMap` for `HashMap` & `BtreeMap` * fix `clippy` warn * use `IteratorResult` instead of `as_object` * `JsMap` impl `rust_for_each` * fix: initial `JsMap` can be changed in `for_each` * better naming
Backport 0.19 fixes (#3989) * Implement new spec changes for `AsyncGenerator` (#3950) * Implement new spec changes for `AsyncGenerator` * Add panic docs * Add spec edition 15 to the tester (#3957) * Allow dead code for code that is newly detected as unused (#3984) * Allow dead code for code that is newly detected as unused * Fix compile errors with nightly rust * Add missing SAFETY section * Increase safety of `FutexWaiters` --------- Co-authored-by: Theo Paris <[email protected]> Co-authored-by: José Julián Espina <[email protected]> * Enable CI for release branches (#3987) * Allow warnings when running CI on release branches (#3990) * Bump crates version --------- Co-authored-by: Hans Larsen <[email protected]> Co-authored-by: Theo Paris <[email protected]>
PreviousNext