summaryrefslogtreecommitdiff
path: root/quickjs-atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'quickjs-atom.h')
-rw-r--r--quickjs-atom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quickjs-atom.h b/quickjs-atom.h
index c3034b6..43f2526 100644
--- a/quickjs-atom.h
+++ b/quickjs-atom.h
@@ -81,6 +81,7 @@ DEF(empty_string, "")
DEF(length, "length")
DEF(fileName, "fileName")
DEF(lineNumber, "lineNumber")
+DEF(columnNumber, "columnNumber")
DEF(message, "message")
DEF(cause, "cause")
DEF(errors, "errors")