Issue #2304 - Part 4 - Add xray support for the Error cause property. https://bugzilla.mozilla.org/show_bug.cgi?id=1679653

This commit is contained in:
Brian Smith 2026-03-07 01:17:18 -06:00 committed by OwnedByWuigi
commit 33c2fae0ba
3 changed files with 7 additions and 0 deletions

View file

@ -111,6 +111,7 @@ const char* const XPCJSContext::mStrings[] = {
"columnNumber", // IDX_COLUMNNUMBER
"stack", // IDX_STACK
"message", // IDX_MESSAGE
"cause", // IDX_CAUSE
"errors", // IDX_ERRORS
"lastIndex" // IDX_LASTINDEX
};