summaryrefslogtreecommitdiff
path: root/js/src/jit/Snapshots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit/Snapshots.cpp')
-rw-r--r--js/src/jit/Snapshots.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/jit/Snapshots.cpp b/js/src/jit/Snapshots.cpp
index 6d9a461412..3111941315 100644
--- a/js/src/jit/Snapshots.cpp
+++ b/js/src/jit/Snapshots.cpp
@@ -404,6 +404,8 @@ ValTypeToString(JSValueType type) {
return "string";
case JSVAL_TYPE_SYMBOL:
return "symbol";
+ case JSVAL_TYPE_BIGINT:
+ return "BigInt";
case JSVAL_TYPE_BOOLEAN:
return "boolean";
case JSVAL_TYPE_OBJECT: