diff options
Diffstat (limited to 'quickjs-atom.h')
-rw-r--r-- | quickjs-atom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quickjs-atom.h b/quickjs-atom.h index 501aa1f..a353ad4 100644 --- a/quickjs-atom.h +++ b/quickjs-atom.h @@ -82,6 +82,7 @@ DEF(length, "length") DEF(fileName, "fileName") DEF(lineNumber, "lineNumber") DEF(message, "message") +DEF(errors, "errors") DEF(stack, "stack") DEF(name, "name") DEF(toString, "toString") |