summaryrefslogtreecommitdiff
path: root/js/src/jspubtd.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jspubtd.h')
-rw-r--r--js/src/jspubtd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jspubtd.h b/js/src/jspubtd.h
index 01d3143023..4bc8b0649a 100644
--- a/js/src/jspubtd.h
+++ b/js/src/jspubtd.h
@@ -80,6 +80,7 @@ enum JSType {
JSTYPE_BOOLEAN, /* boolean */
JSTYPE_NULL, /* null */
JSTYPE_SYMBOL, /* symbol */
+ JSTYPE_BIGINT, /* BigInt */
JSTYPE_LIMIT
};