use unstone jstext for string creation

This commit is contained in:
2026-02-18 17:39:22 -06:00
parent 91b73f923a
commit 81561d426b
6 changed files with 207 additions and 251 deletions

View File

@@ -1007,9 +1007,6 @@ void *js_debugger_val_address (JSContext *js, JSValue val);
============================================================ */
void *js_malloc (JSContext *ctx, size_t size);
void *js_mallocz (JSContext *ctx, size_t size);
void *js_realloc (JSContext *ctx, void *ptr, size_t size);
void js_free (JSContext *ctx, void *ptr);
char *js_strdup (JSContext *ctx, const char *str);
/* Runtime-level memory functions */
void *js_malloc_rt (size_t size);