Skip to content

feat(jsruntime): Object.prototype.valueOf()

f1ca53c
Select commit
Loading
Failed to load commit list.
Merged

feat(jsruntime): Object #774

feat(jsruntime): Object.prototype.valueOf()
f1ca53c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 29, 2026 in 1s

75.69% (+0.10%) compared to 6c3c93a

View this Pull Request on Codecov

75.69% (+0.10%) compared to 6c3c93a

Details

Codecov Report

❌ Patch coverage is 81.45695% with 56 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.69%. Comparing base (6c3c93a) to head (f1ca53c).

Files with missing lines Patch % Lines
libs/jsruntime/src/builtins/object/imp.rs 81.02% 21 Missing and 16 partials ⚠️
libs/jsparser/src/syntax/mod.rs 85.50% 8 Missing and 2 partials ⚠️
libs/jsruntime/src/backend/bridge.rs 59.09% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #774      +/-   ##
==========================================
+ Coverage   75.59%   75.69%   +0.10%     
==========================================
  Files          96       96              
  Lines       28949    29208     +259     
  Branches    28949    29208     +259     
==========================================
+ Hits        21883    22109     +226     
- Misses       6757     6774      +17     
- Partials      309      325      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.