rm bigint

This commit is contained in:
2026-01-23 15:05:57 -06:00
parent 36833db2c9
commit beea76949c
3 changed files with 5 additions and 4 deletions

View File

@@ -75,7 +75,6 @@ typedef uint32_t JSAtom;
enum {
/* all tags with a reference count are negative */
JS_TAG_FIRST = -10, /* first negative tag */
JS_TAG_BIG_INT = -10,
JS_TAG_SYMBOL = -9,
JS_TAG_STRING = -8,
JS_TAG_STRING_ROPE = -7,