Skip to content

Conversation

@HalidOdat
Copy link
Member

This commit implements the Error.prototype.stack property as specified in the TC39 Error Stacks proposal (https://tc39.es/proposal-error-stacks).

This commit implements the Error.prototype.stack property as specified
in the TC39 Error Stacks proposal (https://tc39.es/proposal-error-stacks).
@github-actions
Copy link

Test262 conformance changes

Test result main count PR count difference
Total 50,747 50,747 0
Passed 47,877 47,878 +1
Ignored 2,060 2,060 0
Failed 810 809 -1
Panics 0 0 0
Conformance 94.34% 94.35% +0.00%
Fixed tests (1):
test/staging/sm/extensions/regress-645160.js (previously Failed)

@codecov
Copy link

codecov bot commented Nov 30, 2025

Codecov Report

❌ Patch coverage is 61.53846% with 35 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.12%. Comparing base (6ddc2b4) to head (3893fef).
⚠️ Report is 605 commits behind head on main.

Files with missing lines Patch % Lines
core/engine/src/builtins/error/mod.rs 45.23% 23 Missing ⚠️
core/engine/src/vm/shadow_stack.rs 74.35% 10 Missing ⚠️
core/engine/src/value/display.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4552      +/-   ##
==========================================
+ Coverage   47.24%   57.12%   +9.88%     
==========================================
  Files         476      504      +28     
  Lines       46892    57573   +10681     
==========================================
+ Hits        22154    32889   +10735     
+ Misses      24738    24684      -54     

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant