mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Use ordinary objects for Error prototypes
This commit is contained in:
parent
b0fe82b857
commit
105cbadae7
4 changed files with 161 additions and 91 deletions
|
|
@ -650,7 +650,8 @@ typedef enum JSExnType {
|
|||
JSEXN_DEBUGGEEWOULDRUN,
|
||||
JSEXN_WASMCOMPILEERROR,
|
||||
JSEXN_WASMRUNTIMEERROR,
|
||||
JSEXN_WARN,
|
||||
JSEXN_ERROR_LIMIT,
|
||||
JSEXN_WARN = JSEXN_ERROR_LIMIT,
|
||||
JSEXN_LIMIT
|
||||
} JSExnType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue