more atom removal
This commit is contained in:
753
source/quickjs.c
753
source/quickjs.c
File diff suppressed because it is too large
Load Diff
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user