fix(vm/remaining: convert panics to EngineError::Panic using js_expect#5267
fix(vm/remaining: convert panics to EngineError::Panic using js_expect#5267KaustubhOG wants to merge 1 commit intoboa-dev:mainfrom
Conversation
… to EngineError::Panic using js_expect
Test262 conformance changes
Tested main commit: |
|
Note: this PR along with #5228 and #5232 covers the majority of convertible panics in |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5267 +/- ##
===========================================
+ Coverage 47.24% 59.79% +12.55%
===========================================
Files 476 589 +113
Lines 46892 63407 +16515
===========================================
+ Hits 22154 37915 +15761
- Misses 24738 25492 +754 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Part of #3241.
Converts all convertible
.expect()panics to.js_expect()?in:opcode/get/property.rs(2)opcode/get/name.rs(2)opcode/get/private.rs(1)opcode/binary_ops/mod.rs(1)opcode/copy/mod.rs(2)opcode/set/private.rs(2)opcode/call/mod.rs(6)opcode/iteration/iterator.rs(4)Total: 20 panics converted.