1283712 - Part 2: Add JSEXN_NOTE.

This commit is contained in:
Gaming4JC 2019-06-09 13:32:19 -04:00 committed by Roy Tam
commit 98ebeef711
3 changed files with 5 additions and 2 deletions

View file

@ -654,6 +654,7 @@ typedef enum JSExnType {
JSEXN_WASMRUNTIMEERROR,
JSEXN_ERROR_LIMIT,
JSEXN_WARN = JSEXN_ERROR_LIMIT,
JSEXN_NOTE,
JSEXN_LIMIT
} JSExnType;