rm some more fns

This commit is contained in:
2026-01-21 10:41:29 -06:00
parent 26fce3a5a8
commit bfdd920178
2 changed files with 7 additions and 242 deletions

View File

@@ -86,7 +86,6 @@ enum {
JS_TAG_INT = 0,
JS_TAG_BOOL = 1,
JS_TAG_NULL = 2,
// TAG_UNDEFINED
JS_TAG_UNINITIALIZED = 4,
JS_TAG_CATCH_OFFSET = 5,
JS_TAG_EXCEPTION = 6,