start of rename to cell

This commit is contained in:
2025-05-30 12:07:03 -05:00
parent f54200a7dd
commit 674eb237e0
424 changed files with 1070 additions and 1061 deletions

View File

@@ -163,7 +163,6 @@ JS_NewClassID(&js_##TYPE##_id);\
JS_NewClass(JS_GetRuntime(js), js_##TYPE##_id, &js_##TYPE##_class);\
JSValue TYPE##_proto = JS_NewObject(js); \
JS_SetClassProto(js, js_##TYPE##_id, TYPE##_proto); \
//JS_SetPropertyStr(js, c_types, #TYPE, JS_DupValue(js,TYPE##_proto)); \
#define countof(x) (sizeof(x)/sizeof((x)[0]))