mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
1283712 - Part 2: Add JSEXN_NOTE.
This commit is contained in:
parent
6072c7290b
commit
98ebeef711
3 changed files with 5 additions and 2 deletions
|
|
@ -654,6 +654,7 @@ typedef enum JSExnType {
|
|||
JSEXN_WASMRUNTIMEERROR,
|
||||
JSEXN_ERROR_LIMIT,
|
||||
JSEXN_WARN = JSEXN_ERROR_LIMIT,
|
||||
JSEXN_NOTE,
|
||||
JSEXN_LIMIT
|
||||
} JSExnType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue