more atom removal

This commit is contained in:
2026-01-31 11:14:02 -06:00
parent fdcb374403
commit b79e07f57b
2 changed files with 236 additions and 518 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -123,7 +123,6 @@ enum {
JS_TAG_OBJECT = -1, /* JSRecord/JSObject pointer */
/* Legacy - for gradual migration (to be removed) */
JS_TAG_SYMBOL = -9, /* DEPRECATED - symbols removed */
JS_TAG_FIRST = -10,
JS_TAG_FLOAT64 = 8, /* unused in new encoding */
};