mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #2089 - Implement AggregateError
Based-on: m-c 1568903/4,1641355(partial),1652148,1643397
This commit is contained in:
parent
209c8e06a2
commit
61c99bf6cd
11 changed files with 259 additions and 55 deletions
|
|
@ -108,6 +108,7 @@ const char* const XPCJSContext::mStrings[] = {
|
|||
"columnNumber", // IDX_COLUMNNUMBER
|
||||
"stack", // IDX_STACK
|
||||
"message", // IDX_MESSAGE
|
||||
"errors", // IDX_ERRORS
|
||||
"lastIndex" // IDX_LASTINDEX
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -495,6 +495,7 @@ public:
|
|||
IDX_COLUMNNUMBER ,
|
||||
IDX_STACK ,
|
||||
IDX_MESSAGE ,
|
||||
IDX_ERRORS ,
|
||||
IDX_LASTINDEX ,
|
||||
IDX_TOTAL_COUNT // just a count of the above
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue