diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2024-01-02 16:08:08 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-01-11 18:38:17 +0100 |
commit | 7aa1f7014caa781231eb0d78584b663d081a550a (patch) | |
tree | fd8c85840adcdfd70f8eb066e0bb01115f607c4c /lib/quickjs/quickjs-atom.h | |
parent | aeb9b9e5dddf3102773aa900865fe11a91cd65a6 (diff) | |
download | chawan-7aa1f7014caa781231eb0d78584b663d081a550a.tar.gz |
added Error cause
Diffstat (limited to 'lib/quickjs/quickjs-atom.h')
-rw-r--r-- | lib/quickjs/quickjs-atom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/quickjs/quickjs-atom.h b/lib/quickjs/quickjs-atom.h index e931c31f..f62a7c40 100644 --- a/lib/quickjs/quickjs-atom.h +++ b/lib/quickjs/quickjs-atom.h @@ -82,6 +82,7 @@ DEF(length, "length") DEF(fileName, "fileName") DEF(lineNumber, "lineNumber") DEF(message, "message") +DEF(cause, "cause") DEF(errors, "errors") DEF(stack, "stack") DEF(name, "name") |